@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){{ $cell_param['year'] }}年{{ $cell_param['month'] }}月 | @endforeach合計 |
---|---|---|
{{ $param_vehicle['register_no'] }} | @foreach($param_vehicle["cell_params"] as $cell_param)\{{ number_format($cell_param['total_month_price']) }} | @endforeach\{{ number_format($param_vehicle['total_year_price']) }} |