|
{{{trans('Purchase Total')}}}
${{{$invoice_info->price}}} USD
|
|
|
|
|
{{{trans('Sales Tax')}}}
${{{$invoice_info->sales_tax}}} USD
|
|
|
|
|
{{{trans('Shiping Amount')}}}
${{{$invoice_info->shipping_amount}}} USD
|
|
|
|
|
{{{trans('Handling Amount')}}}
${{{$invoice_info->handling_amount}}} USD
|
|
|
|
|
{{{trans('Insurance Amnt')}}}
${{{$invoice_info->insurance_amount}}} USD
|
|
|
|
@php $net_price = $invoice_info->item_price - $invoice_info->paypal_fee; @endphp
|
{{{trans('Gross Amount')}}}
${{{$invoice_info->item_price}}} USD
|
|
|
|
|
{{{trans('Paypal Fee')}}}
– ${{{$invoice_info->paypal_fee}}} USD
|
|
|
|
|
{{{trans('Net Amount')}}}
${{{$net_price}}} USD
|
|
|
|