![]() |
ekhadiindia.com |
Tax Invoice/Bill of Supply/Cash Memo |
Sold By :{{ $sellerAddress->name ?? null }} {{$sellerAddress->address}} {{$sellerAddress->state}} PAN No: {{$sellerAddress->company_pan}} GST Registration No : {{ $sellerAddress->gst_no }} |
@php $billingAddress = json_decode($order->billing_address);@endphp
{{ translate('Billing Address') }} :{{ $billingAddress->name ?? null }} {{ $billingAddress->address }}, {{ $billingAddress->city }} , {{ $billingAddress->country }} {{ translate('Email') }}: {{ $billingAddress->email }} {{ translate('Phone') }}: {{ $billingAddress->phone }} {{ translate('State') }}: {{ $billingAddress->state }} {{ translate('Postal Code') }}: {{ $billingAddress->postal_code }} {{ translate('GST Number') }}: {{ $billingAddress->gst_number ?? 'NA' }} |
@if(! empty($shipFrom))
{{ translate('Ship From') }} :{{ $shipFrom->name }} {{ $shipFrom->address }}, {{ $shipFrom->city }} {{ translate('Phone') }}: {{ $shipFrom->phone }} {{ translate('State') }}: {{ $shipFrom->state }} {{ translate('Postal Code') }}: {{ $shipFrom->postal_code }} @endif |
@php $shippingAddress = json_decode($order->shipping_address);@endphp
{{ translate('Shipping Address') }} :{{ $shippingAddress->name }} {{ $shippingAddress->address }}, {{ $shippingAddress->city }} {{ translate('Email') }}: {{ $shippingAddress->email }} {{ translate('Phone') }}: {{ $shippingAddress->phone }} {{ translate('State') }}: {{ $shippingAddress->state }} {{ translate('Postal Code') }}: {{ $shippingAddress->postal_code }} |
Order Number : {{ $order->code }}{{ translate('Order Date') }} : {{ date('d-m-Y',$order->date) }} |
Invoice Number : {{ $invoiceNumber ?? '' }}{{ translate('Invoice Date') }} : {{ date('d-m-Y',$order->date) }} |
{{ translate('S. NO') }} | {{ translate('Product Name') }} | {{ translate('Unit Price') }} | {{ translate('Discount') }} | {{ translate('Quantity') }} | {{ translate('Net Amount') }} | {{ translate('Tax Rates') }} | {{ translate('Tax Type') }} | {{ translate('Tax Amount') }} | {{ translate('Total Amount') }} | ||
---|---|---|---|---|---|---|---|---|---|---|---|
{{$key+1}} | {{ $product->product_name }} HSN Code: {{ $product->hsn_code }} Sku: {{ $product->sku }} | {!! numberFormat($product->unit_price) !!} | {!! numberFormat($product->discount_price) !!} | {{ $product->quantity }} | {!! numberFormat($product->net_amount) !!} |
@if ($product->billing_state !== $product->seller_state)
{{ $product->tax . '%'}}
@else
{{ ($product->tax/2) . '%' }} {{ ($product->tax/2) . '%' }} @endif |
@if ($product->billing_state !== $product->seller_state)
{{ 'IGST'}}
@else
{{ 'CGST'}} {{ 'SGST'}} @endif |
@if ($product->billing_state !== $product->seller_state)
{!! numberFormat($product->tax_amount) !!}
@else
{!! numberFormat($product->tax_amount/2) !!} {!! numberFormat($product->tax_amount/2) !!} @endif |
{!! numberFormat($product->total) !!} | ||
Coupon discount {{ '('.$couponPercentage.'%)' }}
{{ $couponCode }} |
{{--!! numberFormat($couponTaxAmount) !!--}} | {!! numberFormat($couponDiscountAmount) !!} | |||||||||
Total Amount | @if ( ! empty($shippingTaxAmount)) @endif {!! numberFormat($grandTotalTaxAmount) !!} | @if ( ! empty($shippingTotalAmount)) @endif @if ( ! empty($couponDiscountAmount) ) @if ($couponDiscountAmount <= $grandTotalAmount) @else @endif @endif {!! numberFormat($grandTotalAmount) !!} | |||||||||
Total Amount in words: @if ( $grandTotalAmount > 0) {{ AmountInWords( numberFormatWithoutSymbol( $grandTotalAmount) ) }} @else {{ 'Zero' }} @endif Only | |||||||||||
whether tax is payable under reverse charge-No |
![]() Authorized Signatory |