{{-- header --}} @php($breadcrumbs = ['請求解除処理'=>null])
@php($canUpdate = (App\Services\Logic\Assist::getCurrentRoutePermissions()->canUpdate)) @php($canDestroy = (App\Services\Logic\Assist::getCurrentRoutePermissions()->canDestroy)) @php($visible = ($canUpdate && $canDestroy) ? '' : 'hidden')
{{-- 検索条件 --}}
@csrf
{{-- |基本条件 --}}
{{-- |アクション --}}
{{-- データリスト --}}
@foreach($details as $row) @endforeach
@if($row->billing_confirmed_status == 9) @php($check = in_array($row->id, $billingIds)? 'checked': '') @endif {{$row->billing_date}} {{obj_attr($row->customer, 'customer_code')}} {{obj_attr($row->customer, 'customer_name')}} {{$row->billing_start_date}}~{{$row->billing_end_date}} {{num_format($row->billing_amount_total)}}
{{-- 項目ソート --}}
@isset($params->perpage) @endisset
{{-- script --}}