@extends('layouts.tri') @section('body') @include('shelves.parts.list', ['shelves' => $shelves, 'view' => $view]) @stop @section('left') @include('home.parts.sidebar') @stop @section('right')
{{ trans('common.actions') }}
@if(user()->can('bookshelf-create-all')) @icon('add') {{ trans('entities.shelves_new_action') }} @endif @include('entities.view-toggle', ['view' => $view, 'type' => 'bookshelves']) @include('home.parts.expand-toggle', ['classes' => 'text-primary', 'target' => '.entity-list.compact .entity-item-snippet', 'key' => 'home-details']) @include('common.dark-mode-toggle', ['classes' => 'icon-list-item text-primary'])
@stop