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