@extends('simple-layout') @section('body')
{{ trans('common.actions') }}
@include('partials.view-toggle', ['view' => $view, 'type' => 'book']) @include('components.expand-toggle', ['target' => '.entity-list.compact .entity-item-snippet', 'key' => 'home-details'])
@include('common.home-sidebar')
@include('books.list', ['books' => $books, 'view' => $view])
@stop