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

{!! $box->id !!}

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

{!! $box->description !!}

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

{!! $box->created_at !!}

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

{!! $box->updated_at !!}