@foreach($shelfs as $shelf) @endforeach
Descrição Ações
{!! $shelf->description !!} {!! Form::open(['route' => ['shelf.destroy', $shelf->id], 'method' => 'delete']) !!}
@shield('shelf.edit') @endshield @shield('shelf.delete') @endshield
{!! Form::close() !!}
{{ $shelfs->links() }}