請求データ検索
{{-- 検索条件 --}}
@csrf {{-- |基本条件 --}}
{{-- |アクション --}}
{{-- データリスト --}} @if($params->exsearch)
{{-- ★一覧を編集|##TODO:0805%002 --}} @foreach($billings as $row) @endforeach
No
{{($loop->iteration)}} {{($row->billing_number)}} {{$row->billing_date}} {{$row->payment_date}} {{$row->customer->customer_code}} {{$row->customer->customer_name}} {{num_format($row->billing_amount_total)}} @if(Enum::value('BillingConfirmedStatus.Calculated') == $row->billing_confirmed_status) @else 解除中 @endif
@else {{-- 初期状態表示 --}}
検索条件を入力して検索してください。
@endif
{{-- modal --}} {{-- script --}}