@extends('layouts.master') @section('content')
| Unit | Booking | Booking in CTNs | Execution | Execution in CTNs |
|---|---|---|---|---|
| {{$unitNames[$key]["unit_name"]}} | {{number_format($value["booked_qty"],0,'.',',')}} | {{number_format($value["parent_booked_qty"],2,'.',',')}} CTNS | {{number_format($value["executed_qty"],0,'.',',')}} | {{number_format($value["parent_executed_qty"],2,'.',',')}}CTNS |
| Total | {{number_format($total["booked_qty"],0,'.',',')}} | {{number_format($total["parent_booked_qty"],2,'.',',')}} | {{number_format($total["executed_qty"],0,'.',',')}} | {{number_format($total["parent_executed_qty"],2,'.',',')}} |