{{env('APP_NAME')}}

@if(LaravelLocalization::getCurrentLocale()=='ar') {{SETTING_VALUE('aboutus_ar')}} @else {{SETTING_VALUE('aboutus_en')}} @endif
{{SETTING_VALUE('mobile')}}
{{SETTING_VALUE('email')}}
INVOICE TO:

{{$auth->name}}

{{$auth->address}}

INVOICE {{$order->id}}

Date of Invoice: {{$order->created_at}}
@if($productsAddCarts->count()>0) @foreach($productsAddCarts as $k =>$item) @endforeach @else @endif
# DESCRIPTION UNIT PRICE QUANTITY UNIT TOTAL
{{$k+1}}

{{@$item->Products->name}}

{{@$item->Products->short_details_ar}}
{{$item->price}} {{$item->quantity}} {{@$item->getSpecificTitle->Specific_title_ar}} {{--{{$page->getSpecificTitle->Specific_title_ar2}}--}} {{$item->total_price}}
{{trans('front.noData')}}
SUBTOTAL {{$productsAddCartstotal_price}}
Delivery {{$shipping}}
GRAND TOTAL {{$productsAddCartstotal_price + $shipping}}
Thank you!
{{--
--}} {{--
NOTICE:
--}} {{--
A finance charge of 1.5% will be made on unpaid balances after 30 days.
--}} {{--
--}}