{!! Form::text('year', null, ['class' => 'form-control', 'placeholder' => 'Enter Year', 'required']) !!} @if ($errors->has('year')) {{ $errors->first('year') }} @endif
@section('script') @endsection