@if(user()->can('book-create-all'))
                
                    @icon('add')
                    {{ trans('entities.books_create') }}
                
            @endif
            @include('partials.view-toggle', ['view' => $view, 'type' => 'books'])
            @include('components.expand-toggle', ['target' => '.entity-list.compact .entity-item-snippet', 'key' => 'home-details'])
            @include('partials.dark-mode-toggle', ['classes' => 'text-muted icon-list-item text-primary'])