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

{!! $shelf->id !!}

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

{!! $shelf->description !!}

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

{!! $shelf->created_at !!}

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

{!! $shelf->updated_at !!}