| Amount | @if(count((array) $result['bramptonIptvChanelList'])>0) {{ $result['bramptonIptvChanelList']->amount }} @endif |
|---|---|
| Currency | @if(count((array) $result['bramptonIptvChanelList'])>0) {{ $result['bramptonIptvChanelList']->currency }} @endif | Plan | @if(count((array) $result['bramptonIptvChanelList'])>0) {{ $result['bramptonIptvChanelList']->plan }} @endif |
| Quantity | @if(count((array) $result['bramptonIptvChanelList'])>0) {{ $result['bramptonIptvChanelList']->quantity }} @endif |
| Phone | @if(count((array) $result['bramptonIptvChanelList'])>0) {{ $result['bramptonIptvChanelList']->phone }} @endif |
| Billing Address | @if(count((array) $result['bramptonIptvChanelList'])>0) {{ $result['bramptonIptvChanelList']->street }}, {{ $result['bramptonIptvChanelList']->city }}, {{ $result['bramptonIptvChanelList']->state }}, {{ $result['bramptonIptvChanelList']->country }}, {{ $result['bramptonIptvChanelList']->zip }} @endif |
| Shipping Address | @if(count((array) $result['bramptonIptvChanelList'])>0) {{ $result['bramptonIptvChanelList']->street_two }} @endif |
| Alternative Phone | @if(count((array) $result['bramptonIptvChanelList'])>0) {{ $result['bramptonIptvChanelList']->phone_two }} @endif |
| @if(count((array) $result['bramptonIptvChanelList'])>0) {{ $result['bramptonIptvChanelList']->email }} @endif |
@if(Session::has('message'))
@if(count((array) $result['package_details'])>0)
@endif
@else
{{ Session::get('message') }}
@endif| Payment Details | @if(!empty($result['card_charged_with_gateway']) && $result['card_charged_with_gateway']=='stripe')|
|---|---|
| Transaction ID | @if(count((array) $result['paymentArr'])>0) {{ $result['paymentArr']->transction_id }} @endif |
| Transaction ID | @if(count((array) $result['paymentArr'])>0) {{ $result['paymentArr']->payment_id }} @endif |
| Payment ID | @if(count((array) $result['paymentArr'])>0) {{ $result['paymentArr']->transction_id }} @endif |
| Transaction Amount | @if(count((array) $result['paymentArr'])>0) ${{ $result['paymentArr']->payment_amount }} @endif |
| Transaction Currency | @if(count((array) $result['paymentArr'])>0) {{ $result['paymentArr']->payment_currency }} @endif |
| Package Details | |
|---|---|
| Package Selected | @if(count((array) $result['package'])>0) {{ $result['package']['name'] }} @if(!empty($result['package']['model_number'])) with {{$result['package']['model_number']}} @endif @if(!empty($result['package']['existing_customer'])){{$result['package']['existing_customer']}} @endif with ${{ number_format($result['package']['price'], 2, '.', '') }} {{ $result['package']['currency'] }} @endif |
| Total Quantity | @if(count((array) $result['package_details'])>0) {{ $result['package_details']->quantity }} @endif |
| Discount Amount | @if(count((array) $result['package_details'])>0) ${{ $result['package_details']->discount_given }} @endif |
| Transaction Amount | @if(count((array) $result['package_details'])>0) ${{ $result['package_details']->payment_amount }} @endif |
@if(Session::has('message'))
@endif
{{ Session::get('message') }}
@endif| Card Details | |
|---|---|
| Cardholder Name | @if(count((array) $result['bramptonIptvChanelList'])>0) {{ $result['bramptonIptvChanelList']->cardholder_name }} @endif |
| CVV | XXX |
| Expiration Date | {{ $result['bramptonIptvChanelList']->expiration_date }} |
| Card Details | @if(count((array) $result['bramptonIptvChanelList'])>0) @endif |
| Card type | @if(count((array) $result['bramptonIptvChanelList'])>0) @endif |