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

{!! $storage->id !!}

{!! Form::label('box_id', 'Caixa:') !!}

{!! $storage->boxStorage->description !!}

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

{!! $storage->localStorage->description !!}

{!! Form::label('drawer_id', 'Gaveta:') !!}

{!! $storage->drawerStorage->description !!}

{!! Form::label('shelf_id', 'Prateleira:') !!}

{!! $storage->shelfStorage->description !!}

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

{!! $storage->created_at !!}

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

{!! $storage->updated_at !!}