| Plant | AO | CP | Source Type | Employee | Target (Vol) | Target (Price) | Actual (Vol) | Actual (Price) |
|---|---|---|---|---|---|---|---|---|
| {{ $tar->plantText ? $tar->plantText : '' }} | {{ $tar->area_office_text ? $tar->area_office_text : '' }} | {{ $tar->collection_point_text ? $tar->collection_point_text : '' }} | {{ $tar->source_type_text ? $tar->source_type_text : '' }} | {{ $tar->employee_text ? $tar->employee_text : '' }} | {{ $tar->volume ? $tar->volume : '' }} | {{ $tar->rate ? $tar->rate : '' }} | {{ $tar->total_ts_volume ? $tar->total_ts_volume : '' }} | {{ $tar->final_rate ? $tar->final_rate : '' }} |
| {{ $tar->plantText ?? '' }} | {{ $tar->area_office_text ?? '' }} | {{ $tar->collection_point_text ?? '' }} | {{ $tar->source_type_text ?? '' }} | {{ $tar->employee_text ?? '' }} | {{ $tar->volume ?? '' }} | {{ $tar->rate ?? '' }} | {{ $tar->total_ts_volume ?? '' }} | {{ $tar->final_rate ?? '' }} |
| {{ $target->type ? $target->type : '' }} | |||||
|---|---|---|---|---|---|
| Type | Target (Vol) | Target (Price) | Actual (Vol) | Actual (Price) | |
| {{ $tar['source_type_text'] ? $tar['source_type_text'] : '' }} | {{ $tar['tar_total_ts_volume'] ? $tar['tar_total_ts_volume'] : '' }} | {{ $tar['tar_final_rate'] ? $tar['tar_final_rate'] : '' }} | {{ $tar['ach_total_ts_volume'] ? $tar['ach_total_ts_volume'] : '' }} | {{ $tar['ach_final_rate'] ? $tar['ach_final_rate'] : '' }} | |
| Total | ||||
|---|---|---|---|---|
| {{ $target->type ? $target->type : '' }} | ||||
| Target (Vol) | Target (Price) | Actual (Vol) | Actual (Price) | |
| {{ $tar['temp_total_ts_volume'] ? $tar['temp_total_ts_volume'] : '' }} | {{ $tar['temp_final_rate'] ? $tar['temp_final_rate'] : '' }} | {{ $tar['grand_total_ts_volume'] ? $tar['grand_total_ts_volume'] : '' }} | {{ $tar['grand_final_rate'] ? $tar['grand_final_rate'] : '' }} | |