4 @include('shelves.list', ['shelves' => $shelves, 'view' => $view])
8 @include('common.home-sidebar')
12 <div class="actions mb-xl">
13 <h5>{{ trans('common.actions') }}</h5>
14 <div class="icon-list text-primary">
15 @if(user()->can('bookshelf-create-all'))
16 <a href="{{ url("/create-shelf") }}" class="icon-list-item">
17 <span>@icon('add')</span>
18 <span>{{ trans('entities.shelves_new_action') }}</span>
21 @include('partials.view-toggle', ['view' => $view, 'type' => 'shelves'])
22 @include('components.expand-toggle', ['target' => '.entity-list.compact .entity-item-snippet', 'key' => 'home-details'])
23 @include('partials.dark-mode-toggle', ['classes' => 'text-muted icon-list-item text-primary'])