{!! Form::label('date', 'Date:') !!} {!! Form::date('date', null, ['class' => 'form-control ']) !!}
{!! Form::label('name', 'Name:') !!} {!! Form::text('name', null, ['class' => 'form-control']) !!}
{!! Form::label('description', 'Description:') !!} {!! Form::textarea('description', null, ['class' => 'form-control ckeditor']) !!}
{{----}} {{--
--}} {{--{!! Form::label('image', 'Image:') !!}--}} {{--{!! Form::text('image', null, ['class' => 'form-control']) !!}--}} {{--
--}}
@if(isset($album) && is_file(base_path()."/public/uploads/albums/".$album->id."/".$album->image)) @endif
id."/".$album->image)) style="display: none;" @endif > {!! Form::label('image', " Imagem:") !!} {!! Form::file('image', ['class' => 'form-control']) !!}

Secretarias

@foreach($secretariats as $secretariat)
@endforeach
{!! Form::submit('Salvar', ['class' => 'btn btn-primary']) !!} Cancelar
@if(isset($album)) @endif