{!! Form::label('id', 'Id:') !!}

{!! $person->id !!}

{!! Form::label('role_id', 'Categoria:') !!}

{!! $person->role_id !!}

{!! Form::label('name', 'Nome:') !!}

{!! $person->name !!}

{!! Form::label('link', 'link:') !!}

{!! $person->email !!}

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

{!! $person->description !!}

{!! Form::label('image', 'Imagem:') !!}

{!! $person->image !!}

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

{!! $person->created_at !!}

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

{!! $person->updated_at !!}