| Order No. | Outlet | Ordered Date | Item Name | Quantity | Unit Price {{empty($app->currency) ? "GHS" : $app->currency}} | Category | Total Price {{empty($app->currency) ? "GHS" : $app->currency}} | 
|---|---|---|---|---|---|---|---|
| #{{$list->invoice_number}} | {{$list->branch}} | {{$list->created_at}} | {{@strtoupper($list->invoice_product_name)}} | {{$list->invoice_quantity}} | @convert($list->invoice_unit_price) | {{@strtoupper($list->invoice_category)}} | @convert($list->invoice_total_price) | 
| Total | {{empty($app->currency) ? "GHS" : $app->currency}}@convert($orders->sum('invoice_total_price')) |