@extends('layouts.simple') @section('body')
@include('entities.breadcrumbs', ['crumbs' => [ $shelf, $shelf->getUrl('/edit') => [ 'text' => trans('entities.shelves_edit'), 'icon' => 'edit', ] ]])

{{ trans('entities.shelves_edit') }}

@include('shelves.parts.form', ['model' => $shelf])
@stop