2019-05-25 11:35:09 -04:00
|
|
|
@extends('tri-layout')
|
2018-09-20 10:27:30 -04:00
|
|
|
|
2019-04-06 12:31:59 -04:00
|
|
|
@section('body')
|
2019-05-25 11:35:09 -04:00
|
|
|
@include('shelves.list', ['shelves' => $shelves, 'view' => $view])
|
|
|
|
@stop
|
2018-09-20 10:27:30 -04:00
|
|
|
|
2019-05-25 11:35:09 -04:00
|
|
|
@section('left')
|
|
|
|
@include('common.home-sidebar')
|
|
|
|
@stop
|
2018-09-20 10:27:30 -04:00
|
|
|
|
2019-05-25 11:35:09 -04:00
|
|
|
@section('right')
|
|
|
|
<div class="actions mb-xl">
|
|
|
|
<h5>{{ trans('common.actions') }}</h5>
|
|
|
|
<div class="icon-list text-primary">
|
|
|
|
@include('partials.view-toggle', ['view' => $view, 'type' => 'shelf'])
|
|
|
|
@include('components.expand-toggle', ['target' => '.entity-list.compact .entity-item-snippet', 'key' => 'home-details'])
|
2019-04-06 12:31:59 -04:00
|
|
|
</div>
|
|
|
|
</div>
|
2018-09-20 10:27:30 -04:00
|
|
|
@stop
|