@extends('layouts.admin') @section('content')
{{ trans('global.create') }} {{ trans('global.specification_values.title_singular') }}
@csrf
@if (App\Specification::find(Request::get('spec_id'))->name == 'Color' || App\Specification::find(Request::get('spec_id'))->name == 'color')
@if($errors->has('name'))

{{ $errors->first('name') }}

@endif
@else
@if($errors->has('name'))

{{ $errors->first('name') }}

@endif
@endif
@if (App\Specification::find(Request::get('spec_id'))->name == 'Color' || App\Specification::find(Request::get('spec_id'))->name == 'color')
@endif
@endsection @section('scripts') @endsection