{{ $company->company_name }}ADDRESS: {{ $company->address1 }} MOB:- {{ $company->mob1 }} / {{ $company->mob2 }} TAX INVOICE |
TO :- {{ $bill->acc_party['account_name'] }}Distt:- {{ $bill->billing_address }} GSTIN :- {{ $bill->acc_party['party']['gst_number'] }} PAN No. :- {{ $bill->acc_party['party']['pan_number'] }} |
PAN NO : {{ $company->pan_number }} GST NO : {{ $company->gst_number }} BILL NO : {{ $bill->bill_number }} BILL DATE : {{ formatDate($bill->bill_date) }} |
@foreach( json_decode($bill->supplementary_headers) as $supplementary_header)
@endforeach
@foreach($bill->bill_desc as $bill_desc)
@endforeach
@foreach( json_decode($bill->supplementary_headers) as $supplementary_header)
@endforeach
DAYS | RATE | AMOUNT |
{{ $supplementary_desc->chg_qty }} | {{ $supplementary_desc->rate }} | {{ $bill_desc['total_without_gst'] }} |
{{ number_format($total_chg_qty, 3) }} | {{ number_format( $bill->total_without_gst , 2) }} |
---|
TOTAL OF ABOVE | {{ $bill->total_without_gst + $bill->other_plus - $bill->other_minus }} | |||||||||
SGST @ 0 % | {{ $bill->total_sgst_amount }} | |||||||||
CGST @ 0 % | {{ $bill->total_cgst_amount }} | |||||||||
IGST @ 0 % | {{ $bill->total_igst_amount }} | |||||||||
Rupee in words :- |
---|