Informações


@if(isset($president) && is_file(base_path()."/public/uploads/presidents/".$president->id."/".$president->image)) @endif
{!! Form::label('name', 'Nome:') !!}

{!! $president->name !!}

{!! Form::label('start_date', 'Data início:') !!}

{!! $president->start_date !!}

{!! Form::label('end_date', 'Data fim:') !!}

{!! $president->end_date !!}

{!! Form::label('description', 'Descrição:') !!}

{!! $president->description !!}

{{----}} {{--
--}} {{--{!! Form::label('created_at', 'Created At:') !!}--}} {{--

{!! $president->created_at !!}

--}} {{--
--}} {{----}} {{--
--}} {{--{!! Form::label('updated_at', 'Updated At:') !!}--}} {{--

{!! $president->updated_at !!}

--}} {{--
--}}