|
@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)}} |
@endforeach