{{-- header --}} @php($breadcrumbs = [ '受注一覧'=>route('orders.index', ['action'=>'back']), '受注入力'=>null ])
@php($visible = (App\Services\Logic\Assist::getCurrentRoutePermissions()->canStore) ? '' : 'hidden')
{{-- contents --}}
@csrf @include('user.orders.partials.entry', ['mode'=>'create', '00details'=>null])
{{-- script --}}