@extends('layouts.digitar') @section('Breadcrumbs') {!! Breadcrumbs::render('shelf.list') !!} @endsection @section('content')

Prateleiras Excluídas

Voltar para Prateleiras
@include('flash::message') @if ($trashedShelfs->isEmpty())

Nenhuma prateleira excluída

Não há prateleiras na lixeira para restaurar.

@else @foreach ($trashedShelfs as $shelf) @endforeach
Descrição Data de Exclusão Ação
{!! $shelf->description !!} {{ $shelf->deleted_at->format('d/m/Y H:i') }} @shield('shelf.edit')
@csrf
@endshield
{{ $trashedShelfs->links() }}
@endif
@endsection