@if($vehicle_count == 0)
{{ $body_category_key }} |
@endif
{{ $vehicle_param_key }} |
{{ $vehicle_param['fees'] }} |
@if($vehicle_count == 0)
{{ $category_param['total_fees'] }} |
@endif
|
@foreach($params as $month_param)
@php $vehicle_param = $month_param['category_params'][$category_count]['vehicle_params'][$vehicle_count]; @endphp
{{ isset($vehicle_param['register_no']) ? $vehicle_param['register_no'] : '' }} |
{{ $vehicle_param['fees'] }} |
@if($vehicle_count==0)
{{ $month_param['category_params'][$category_count]['total_fees_per_month_category'] }}
/
{{ $month_param['category_params'][$category_count]['total_fees_per_month_category_vehicle'] }}
|
@endif
|
@endforeach
@php $vehicle_count++; @endphp
@endforeach
@php $category_count++; @endphp
@endforeach