{{@$branch['person_name']}}
{{@$branch['address']}}, {{@$branch['city']}} - {{@$branch['zipcode']}}
M/s. {{$bill->name}}
Address: {{@$bill->address1.' '.@$bill->address2.' '.@$bill->city}}
Phone: {{@$bill->phone1}}
GST No. {{@$bill->gstno}}
Bill No. {{$bill->billno}}
Date: {{date("d/m/Y", strtotime($bill->created_at))}}
particular | amount |
---|---|
courier charges for the month of {{date("M Y", strtotime($bill->start_date))}} | {{Laracore::showPrice($parcels[0]->total_amount)}} |
discount | - {{Laracore::showPrice($parcels[0]->total_amount - $bill->amount)}} |
cgst % ({{$bill->cgstpercent}}) | {{Laracore::showPrice(($totAmount * $bill->cgstpercent)/100)}} |
sgst / utgst % ({{$bill->sgstpercent}}) | {{Laracore::showPrice(($totAmount * $bill->sgstpercent)/100)}} |
igst % ({{$bill->igstpercent}}) | {{Laracore::showPrice(($totAmount * $bill->igstpercent)/100)}} |
Round Of | {{Laracore::showPrice($roundValue)}} |
grand total | {{ Laracore::showPrice($finalGrandTotal) }} |
(Rupees in words) {{ getIndianCurrency($finalGrandTotal) }}
GST No. - {{@$branch['gstno']}}
{{@$branch['bank_address']}}
A/C.No. - {{@$branch['bank_acno']}}
IFSC CODE - {{@$branch['ifsc_code']}}
@if($bill->cgstpercent == 0 && $bill->sgstpercent == 0 && $bill->igstpercent == 0)LUT NO - {{@$branch['lut_no']}}
@endifHSN/SAC CODE - {{@$branch['sac_code']}}
Pan Card No. - {{@$branch['pancard']}}
Mo. {{@$branch['contact_no']}}
sr | receiver | center | date | cons_no | remark | weight | charges |
---|---|---|---|---|---|---|---|
{{(@$parcels['center'] != '') ? $srno :''}} | {{@$parcels['receiver']}} | {{@$parcels['center']}} | {{(@$parcels['date'] != '') ? date("d/m/Y", strtotime(@$parcels['date'])) :''}} | {{@$parcels['cons_no']}} | {{@$parcels['remakrs']}} | {{@$parcels['weight']}} {{strtoupper(@$parcels['weight_type'])}} | {{Laracore::showPrice(@$parcels['parcel_amount'])}} | @php (@$parcels['center'] != '') ? $srno++ :''; $total_parcel_amount = $total_parcel_amount + $parcels['parcel_amount']; $total_ess = $total_ess + @$parcels['ess_charge_amount']; $total_fuel = $total_fuel + @$parcels['fuel_amount']; $insurance_amount = (is_null($parcels['insurance'])) ? 0 : $parcels['insurance']; $total_insurance_amount = $total_insurance_amount + $insurance_amount; @endphp
Amount | {{Laracore::showPrice(@$total_parcel_amount)}} | ||||||
ESS Charge | {{Laracore::showPrice(@$total_ess)}} | ||||||
Fuel Charge | {{Laracore::showPrice(@$total_fuel)}} | ||||||
Insurance Amount | {{Laracore::showPrice(@$total_insurance_amount)}} | ||||||
cgst % ({{$bill->cgstpercent}}) | {{Laracore::showPrice(($totAmount * $bill->cgstpercent)/100)}} | ||||||
sgst / utgst % ({{$bill->sgstpercent}}) | {{Laracore::showPrice(($totAmount * $bill->sgstpercent)/100)}} | ||||||
igst % ({{$bill->igstpercent}}) | {{Laracore::showPrice(($totAmount * $bill->igstpercent)/100)}} | ||||||
Round Of | {{Laracore::showPrice($roundValue)}} | ||||||
grand total | {{ Laracore::showPrice($finalGrandTotal) }} |
(Rupees in words) {{ getIndianCurrency($finalGrandTotal) }}