@php $param_total = $params['param_total']; $param_vehicles = $params['param_vehicles']; @endphp
車両数 {{ number_format($param_total['num']) }}
述貸渡回数 {{ number_format($param_total['loan_num']) }}
延貸渡日数 {{ number_format($param_total['loan_days']) }}
延走行キロ {{ number_format($param_total['km']) }}km
総貸渡料金 {{ number_format($param_total['price']) }}
稼働率 {{ number_format($param_total['occupancy_rate'], 1) }}%
@foreach($param_vehicles[0]["cell_params"] as $cell_param) @endforeach @foreach($param_vehicles as $param_vehicle) @foreach($param_vehicle["cell_params"] as $cell_param) @endforeach @endforeach
車番{{ $cell_param['year'] }}年{{ $cell_param['month'] }}月合計
{{ $param_vehicle['register_no'] }} \{{ number_format($cell_param['total_month_price']) }} \{{ number_format($param_vehicle['total_year_price']) }}