Printed by: {{auth()->user()->name}}
Printed Date: 2024-11-21 10:26:51 AM
{{$app->app_name}},
Cashier Transactions
{{$user->name}}
Report date
{{request('start_date') . "/" . request('end_date')}}
@foreach($orders as $list) @endforeach
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'))