|
|
Invoice Number | Invoice Date | Account Number | ||||||||||
| {{ $invoiceDetail ? $invoiceDetail->reference_number : '' }} | {{ $invoiceDetail ? date('M d, Y', strtotime($invoiceDetail->created_at)) : '' }} | {{ isset($authUser->userBank->account_number) ? $authUser->userBank->account_number : '' }} | |||||||||||
|
Billing Address: {{ isset($invoiceDetail->billingAddress) ? $invoiceDetail->billingAddress->address : '' }} {{ isset($invoiceDetail->billingAddress) ? ', ' . $invoiceDetail->billingAddress->temp_address : '' }} {{ isset($invoiceDetail->billingAddress->district) ? $invoiceDetail->billingAddress->district->name : '' }} {{ isset($invoiceDetail->billingAddress->state) ? $invoiceDetail->billingAddress->state->name : '' }} {{ isset($invoiceDetail->billingAddress) ? $invoiceDetail->billingAddress->pincode : '' }} |
|
||||||||||||
| Invoice Summary {{ $invoiceDetail->to_date ? date('M d, Y', strtotime($invoiceDetail->to_date)) : '' }} {{ $invoiceDetail->from_date ? '-' . date('M d, Y', strtotime($invoiceDetail->from_date)) : '-' }} | |||||||||||||
| Spoc Express Service | |||||||||||||
| Description | Count | Charges | |||||||||||
| Forward | {{ $invoiceDetail->forward_type_count ? $invoiceDetail->forward_type_count : 0 }} | {{ $forwardAmount }} | |||||||||||
| Return | {{ $invoiceDetail->return_type_count ? $invoiceDetail->return_type_count : 0 }} | {{ $returnAmount }} | |||||||||||
| GST 18% | {{ round($gst_amount, 2) }} | ||||||||||||
| Total This Invoice | {{ round($totalAmount, 2) }} | ||||||||||||