@foreach($pending_orders as $item)
{{Str::of($item->customer_fname . " " . $item->customer_lname)->upper()}}
{{$item->delivery_location}}
{{$item->customer_phone}}

#{{$item->invoice_number}}
@foreach( json_decode($item->orders) as $orders ) @endforeach
Item Qty Total Price
{!!$orders->Name!!} {{$orders->quantity}} PCS {{empty($app->currency) ? "GHS" : $app->currency}}@convert((float)$orders->quantity*(float)$orders->price)