@foreach($pending_orders as $item)
{{Str::of($item->customer_fname . " " . $item->customer_lname)->upper()}}
{{$item->delivery_location}}
{{$item->customer_phone}}
{{$item->delivery_location}}
{{$item->customer_phone}}
#{{$item->invoice_number}}
Item | Qty | Total Price |
---|---|---|
{!!$orders->Name!!} | {{$orders->quantity}} PCS | {{empty($app->currency) ? "GHS" : $app->currency}}@convert((float)$orders->quantity*(float)$orders->price) |