{{-- header --}} @php($breadcrumbs = [ '出金表一覧'=>route('payment-disbursement.index', ['action'=>'back']), '出金表入力'=>null ])
{{-- 通常支払モード: 仕入データを選び直す --}} {{-- 前渡金モード: 仕入先を選び直す --}} @php($visible = (App\Services\Logic\Assist::getCurrentRoutePermissions()->canStore) ? '' : 'hidden')
{{-- contents --}}
@csrf @include('user.payment-disbursement.partials.entry', [ 'mode'=>'create', 'accounts'=>$accounts, 'currencies'=>$currencies, 'paymentDisbursement'=>$paymentDisbursement ])
{{-- modal --}} @include('user.payment-disbursement.partials.modal-disbursement-type') @include('user.payment-disbursement.partials.modal-purchase') @include('user.payment-disbursement.partials.modal-supplier') {{-- script --}}