{{-- header --}} @php($breadcrumbs = [ '商品分類一覧'=>route('categories.index', ['action'=>'back']), '商品分類入力'=>null ])
@php($canDestroy = (App\Services\Logic\Assist::getCurrentRoutePermissions()->canDestroy) ? '' : 'hidden') @php($canUpdate = (App\Services\Logic\Assist::getCurrentRoutePermissions()->canUpdate) ? '' : 'hidden')
{{-- contents --}}
@csrf @method('put') @include('user.categories.partials.entry', ['mode'=>'edit'])
{{-- script --}}