Order: #{{$order->invoice_id}}
Date: {{ $order->updated_at->format('Y-m-d') }}
Order Status: {{$order->status}}
{{__('Branch')}}: {{$branch->name}},
{{__('Pickup Time')}}: {{$order->pickup_time}} {{__('hrs')}},
{{$order['billing_email']}}
@if($order->address_id)
{{$address->name}} - {{$address->phone}}
{{$address->block}}, {{$address->street}}, {{(app()->getLocale()=='en')?$address->area_en:$address->area_ar}}, {{$address->avenue}}, {{$address->email}}
@else
{{$order->billing_name}} - {{$order->billing_phone}}
{{$order->billing_block}}, {{$order->billing_street}}, {{(app()->getLocale()=='en')?$order->area_en:$order->area_ar}}, {{$order->billing_avenue}}, {{$order->billing_email}}
@endif
{{$order->billing_name}} - {{$order->billing_phone}}
{{$order->billing_block}}, {{$order->billing_street}}, {{(app()->getLocale()=='en')?$order->area_en:$order->area_ar}}, {{$order->billing_avenue}}, {{$order->billing_email}}
{{($order->pay_type=='credit_card')?'Credit Card':(($order->pay_type=='cod')?'Cash On Delivery':'KNET')}}