{{translate('Invoice')}}

{{translate('Invoice Number')}}: {{$subscription->subscription_number}}

{{translate('Date')}}: {{$subscription->created_at}}

{{translate('Status')}}: @if ($subscription->payment_status == "Paid") {{$subscription->payment_status}} @else {{$subscription->payment_status}} @endif

{{translate('Billing Summary')}}
  • {{translate('Address')}} :{{$subscription->company->company_location}}
  • {{translate('Payment Method')}} :{{$subscription->payment_method}}
{{translate('Order Description')}}
@foreach ($subscription->subscriptions_details as $key=>$package) @if ($key !=="package") @endif @endforeach
{{translate('Service Name')}} {{translate('Quantity')}} {{translate('Unit Price')}} {{translate('Amount')}}
{{ $subscription->subscriptions_details['package']['package_name'] }} {{$subscription->subscriptions_details['package']['select_qty']}} {{ defaultCurrency() }}{{$subscription->subscriptions_details['package']['price']}} {{ defaultCurrency() }}{{number_format($subscription->subscriptions_details['package']['total_price'],2)}}
@if ($key =='cv_bank') {{ $package['name'] }} ({{$package['select_qty']}} CV For ${{$package['price']}}) @else {{ isset($package['package_name']) ?$package['package_name'] : $package['name'] }} @endif {{$package['select_qty']}} {{ defaultCurrency() }}{{$package['price']}} {{ defaultCurrency() }} {{ number_format($package['total_price'],2)}}
{{translate('Sub-total')}}
{{translate('Tax')}} ({{ ($subscription->vat_price * 100) / 100 }}%)
{{ defaultCurrency() }}{{number_format($subscription->total_price,2)}}
{{ defaultCurrency() }}{{number_format($subscription->vat_price,2)}}
{{translate('Total')}} {{ defaultCurrency() }}{{number_format(($subscription->total_price+$subscription->vat_price),2)}}
{{translate('Terms & Conditions')}}:

{{translate('Please read these terms and conditions ("Terms") carefully before using our website and any services or products provided by us (collectively, the "Services"). By accessing or using our Services, you agree to be bound by these Terms.')}}