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