@extends('simple-layout') @section('body')
{{ trans('common.actions') }}
@include('partials.view-toggle', ['view' => $view, 'type' => 'shelf']) @icon('expand-text') {{ trans('common.toggle_details') }}
@include('common.home-sidebar')
@include('shelves.list', ['shelves' => $shelves, 'view' => $view])
@stop