@if ($errors->has('date') || $errors->has('end_date'))
{!! Form::close() !!}
Fehler:
@endif
-
@foreach($errors->all() as $error)
- {{ $error }} @endforeach
{!! Form::text('date', null, ['class' => 'form-control event-date', 'placeholder' => 'Datum']) !!}
today
-
{!! Form::text('end_date', null, ['class' => 'form-control event-end-date', 'placeholder' => 'Enddatum']) !!}
today