Invoice
|
Server Center Limited
|
PH: 403-351-6600
|
Email: support@servercenter.ca
|
|
|
Customer Copy
|
Receipt #{{$leadsData['id']}}
|
|
|
Amount paid
|
Date Paid |
|
|
@if(!empty($paymentArr))
${{ $paymentArr->payment_amount }} {{ $leadsData['services_plan']['currency'] }}
@else
@if(empty($leadsData->custom_price))
${{ $leadsData['services_plan']['price'] * $leadsData['quantity'] - $leadsData['discount'] }} {{$leadsData['services_plan']['currency']}}
@endif
@endif
|
{{date("d-m-Y H:i:s", strtotime($leadsData['verification_time']))}} |
|
|
|
|
|
Name:
|
{{$leadsData['customers']['customers_firstname']}} {{$leadsData['customers']['customers_lastname']}} |
Phone:
|
{{$leadsData['customers']['customers_telephone']}} |
Email Address:
|
{{$leadsData['customers']['customers_email_address']}} |
Sale Type:
|
Credit Card |
Quantity:
|
{{$leadsData['quantity']}} |
Final Payment:
|
@if(!empty($paymentArr))
${{ $paymentArr->payment_amount }} {{ $leadsData['services_plan']['currency'] }}
@else
@if(empty($leadsData->custom_price))
${{ $leadsData['services_plan']['price'] * $leadsData['quantity'] - $leadsData['discount'] }} {{$leadsData['services_plan']['currency']}}
@endif
@endif
|
Billing Address:
|
{{$leadsData['primary_address']}}@if(!empty($leadsData['primary_address2'])), {{$leadsData['primary_address2']}}@endif, {{$leadsData['p_city']}}, @if(!empty($leadsData['p_manual_province_name'])){{$leadsData['p_manual_province_name']}}, @endif @if(count((array) $leadsData['billing_state'])>0){{$leadsData['billing_state']['zone_name']}},@endif @if(!empty($leadsData['p_manual_country_name'])){{$leadsData['p_manual_country_name']}}, @endif @if(count((array) $leadsData['billing_country'])>0){{$leadsData['billing_country']['countries_name']}},@endif @if(!empty($leadsData['p_postal_code'])){{$leadsData['p_postal_code']}}@endif
|
@if(!empty($leadsData['same_as_primary_address']) && $leadsData['same_as_primary_address'] == "Yes")
Shipping Address:
|
Same as billing address |
@else
Shipping Address:
|
{{$leadsData['other_address']}}@if(!empty($leadsData['other_address2'])), {{$leadsData['other_address2']}}@endif, {{$leadsData['o_city']}}, @if(!empty($leadsData['o_manual_province_name'])){{$leadsData['o_manual_province_name']}}, @endif @if(count((array) $leadsData['shipping_state'])>0){{$leadsData['shipping_state']['zone_name']}},@endif @if(!empty($leadsData['p_manual_country_name'])){{$leadsData['o_manual_country_name']}}, @endif @if(count((array) $leadsData['shipping_country'])>0){{$leadsData['shipping_country']['countries_name']}},@endif @if(!empty($leadsData['o_postal_code'])){{$leadsData['o_postal_code']}}@endif |
@endif
|
|
Summary |
|
|
Payment
|
|
@if(empty($leadsData['transaction_amount']))
${{$leadsData['transaction_amount']}} {{$leadsData['transaction_currency']}}
@elseif(!empty($paymentArr))
${{ $paymentArr->payment_amount }} {{ $leadsData['services_plan']['currency'] }}
@else
@if(empty($leadsData->custom_price))
${{ $leadsData['services_plan']['price'] * $leadsData['quantity'] - $leadsData['discount'] }} {{$leadsData['services_plan']['currency']}}
@endif
@endif
|
|
|
|
|
|
Amount paid
|
|
@if(!empty($paymentArr))
${{ $paymentArr->payment_amount }} {{ $leadsData['services_plan']['currency'] }}
@else
@if(empty($leadsData->custom_price))
${{ $leadsData['services_plan']['price'] * $leadsData['quantity'] - $leadsData['discount'] }} {{$leadsData['services_plan']['currency']}}
@endif
@endif
|
|
|
|
|
|
|
|
|
|