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

#{{$item->invoice_number}}