{{-- header --}} @php($breadcrumbs = [ '商品分類一覧'=>route('categories.index', ['action'=>'back']), '商品分類表示'=>null ])
@php($visible = (App\Services\Logic\Assist::getCurrentRoutePermissions()->canUpdate) ? '' : 'hidden')
{{-- contents --}}
@include('user.categories.partials.show')