@extends('layouts.master') @section('styles') @endsection @section('content')
| Code/SKU | Product | T.P | Booked QTY | Allocated QTY | Extra QTY | TTL Allocated QTY | Gross Value |
|---|---|---|---|---|---|---|---|
| Load ID:{{$assignment->load_id ? $assignment->load_id:'NA'}}, Booker Name:{{$assignment->details->booker_name}}, Salesman Name:{{$assignment->details->saleman_name}} | |||||||
| {{$item->item_sku}} | {{$item->item_name}} | {{number_format($item->item_trade_price)}} | {{number_format($item->booked_qty)}} | {{number_format($item->allocated_qty)}} | {{number_format($item->extra_issue)}} | {{number_format($item->ttl_allocated_qty)}} | {{number_format($item->gross_value,2)}} |
| TOTAL | {{number_format($t_booked)}} | {{number_format($t_allocated)}} | {{number_format($t_extra)}} | {{number_format($t_ttl_allocated)}} | {{number_format($t_gross_value,2)}} | ||
| GRAND TOTAL | {{number_format($g_booked)}} | {{number_format($g_allocated)}} | {{number_format($g_extra)}} | {{number_format($g_ttl_allocated)}} | {{number_format($g_gross_value,2)}} | ||