Invoice
|
Order No : #
{{ $invoice->buyer->custom_fields['order_id'] }} Order Date: {{ \Carbon\Carbon::parse($invoice->buyer->custom_fields['date_added'])->format('j F Y') }} |
|
Sold By {{ isset($seller_store_data[0]) ? ucfirst($seller_store_data[0]->store_name) : 'N/A' }}{{ isset($s_user_data[0]) ? ucfirst($s_user_data[0]->address) : 'Address not available' }} Email:
{{ isset($s_user_data[0]) ? $s_user_data[0]->email : 'Email not available' }} Pan Number : {{ isset($seller_data[0]) ? $seller_data[0]->pan_number : 'Pan Number not available' }} |
Shipping Address {{ $invoice->buyer->name }}{{ $invoice->buyer->custom_fields['address'] }} {{ $invoice->seller->custom_fields['mobile_number'] }} |
Product Details:
| Sr No. | Name | variants | Price (Tax Already Included) | {{-- | Tax (%) | Tax Amount (₹) | --}}Qty | SubTotal (₹) | |
|---|---|---|---|---|---|---|---|---|---|
| {{ $j }} |
{{ $row['pname'] }} |
{{ $product_variants }} |
{{ formateCurrency(formatePriceDecimal($row['price'])) }} |
{{-- | {{ $row['tax_percent'] ? $row['tax_percent'] : '0' }} |
{{ number_format($tax_amount, 2) }} | --}}
{{ $row['quantity'] }} |
{{ formateCurrency(formatePriceDecimal($sub_total)) }} |
|
| Total | {{ $quantity }} |
{{ formateCurrency(formatePriceDecimal($final_sub_total)) }} |
| Payment Method : {{ $invoice->buyer->custom_fields['payment_method'] }} |
{{-- @dd($tax_amount); --}}
|
|
{{ isKeySetAndNotEmpty($settings, 'app_name') ? $settings['app_name'] : '' }} Authorized Signatory |