Invoice

Tax Invoice Buyer
Order No {{$o_data->order_no}}
Invoice Date {{fetch_booking_created_at_date($o_data->order_id)}}

{{$name}}

@if($o_data->address) {{$o_data->address->dial_code.$o_data->address->phone}} {{($o_data->address->apartment.',')??''}} {{($o_data->address->building_name .',' )??''}} {{($o_data->address->street.',')??''}} {{$o_data->address->area_name}}
{{$o_data->address->city_name}}
{{$o_data->address->country_name}}
@endif

{{$o_data->vendor->vendordata->company_name ?? ''}}

{{$o_data->vendor->vendordata->location ?? ''}}

@foreach($o_data->services as $key=>$value) @if($key == 0) @else @endif @endforeach
No Service Name Qty Price (AED) Booking Date
{{$key+1}}

{{$value->name}}

{{$value->qty}} {{$value->hourly_rate}} {{date(config('global.datetime_format'), strtotime($value->booking_date));}}
Payment Type {{$o_data->payment_mode}}
Subtotal AED {{number_format($o_data->total, 2, '.', '')}}
Discount AED {{number_format($o_data->discount, 2, '.', '')}}
Service Charge AED {{number_format($o_data->service_charge, 2, '.', '')}}
VAT AED {{number_format($o_data->vat, 2, '.', '')}}
Grand Total AED {{number_format($o_data->grand_total, 2, '.', '')}}