{!! Form::label('date', 'Date:') !!} {!! Form::text('date', null, ['class' => 'form-control form_datetime']) !!}
{!! Form::label('end_date', 'Date:') !!} {!! Form::text('end_date', null, ['class' => 'form-control form_datetime']) !!}
{!! Form::label('title', 'Title:') !!} {!! Form::text('title', null, ['class' => 'form-control']) !!}
{!! Form::label('description', 'Description:') !!} {!! Form::textarea('description', null, ['class' => 'form-control ckeditor']) !!}
@if(isset($event) && is_file(base_path()."/public/uploads/events/".$event->id."/".$event->image))
id."/".$event->image }}" class="img-thumbnail img-rounded">
Remover
@endif
id."/".$event->image)) style="display: none;" @endif > {!! Form::label('image', " Foto de capa:") !!} {!! Form::file('image', ['class' => 'form-control']) !!}
{!! Form::submit('Salvar', ['class' => 'btn btn-primary']) !!} Cancelar
@if(isset($event)) @endif