{{-- --}}
logo

Client: {{ $data->user->name }}

Email: {{ $data->user->email }}

Mobile: {{ $data->user->mobile_country_code . ' ' . $data->user->mobile }}

Governorate: {{ $data->address?->governorate?->name }}





City: {{ $data->address?->city?->name }}

Street: {{ $data->address?->street }}

House number: {{ $data->address?->house_number }}

Floor: {{ $data->address?->floor }}

{{--

Invoice

--}}

Date: {{ $data->created_at_format }}

Invoice No: #{{ $data->order_num }}

Client :
name : mm
Location : mm
mobile : mm

Doctor :
name : mm
clinic name :mm

{{-- --}} {{-- --}} @foreach ($data->items as $item) {{-- --}} @endforeach {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}}
Product Image Barcode Short Description Supplier Price QTY Total Discount Total
{{ $item->product->name }} {{ $item->product->short_description }} {{ $item->product->supplier->name }} {{ $item->price }} {{ $item->qty }} {{ $item->total }} mmmm
mmm mmmm mmm mmm 0 mmmm
Sub Total: {{ $data->sub_total }}
Gift Discount : EGP {{ $data->gift_value }}
Coupon Discount: EGP {{ $data->coupon_value }}
Shipping cost: EGP {{ $data->shipping_cost ?: 0 }}
Tax : {{ $data->payment_type == 'card' ? '2%' : '0%' }}
Total before tax : 65656
Total: EGP {{ $data->total }}
{{--
--}}