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