@if($vehicle_count == 0)
{{ $body_category_key }} |
@endif
{{ $vehicle_param_key }} |
{{ $vehicle_param['use_days'] }} |
{{ $total_params['total_days'] }} |
{{ number_format($vehicle_param['occupancy_rate'], 1)}}% |
@if($vehicle_count == 0)
{{ number_format($category_param['occupancy_rate'], 1) }}% |
@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['use_days'] }} |
{{ $month_param['total_days'] }} |
{{ number_format($vehicle_param['vehicle_occupancy_rate'], 1) }}% |
@if($vehicle_count==0)
{{ number_format($month_param['category_params'][$category_count]['occupancy_rate_per_month_category'], 1) }}
|
@endif
|
@endforeach
@php $vehicle_count++; @endphp
@endforeach
@php $category_count++; @endphp
@endforeach