@php $total_unpaid=0; @endphp
ac.codehat.co.in
9903777163
Golden Apt, 3rd Ln, Noapara, Sonarpur, Kolkata 150
Affiliated To NYCTA

Invoice

Name: {{$invoice->student_name}}
Address: {{$invoice->student_address1}}
{{$invoice->student_address2}} {{$invoice->student_address3}}

@foreach($courseTerm as $item) @endforeach @foreach($misc as $item) @endforeach
@if ($item['PaymentAmount']==0) @php $total_unpaid=$total_unpaid + $item['term_fees']; @endphp @endif
{{--
PDF
--}} {{--
GST Rate GST Amount GST Type Amount
(With GST)
Amount
(Without GST)
GSTIN GST State
18 {{$invoice->gst_amount}} {{$invoice->gst_type}} {{$invoice->invoice_amount_w_gst}} {{$invoice->invoice_amount_wo_gst}} {{$invoice->invoicee_gstin}} {{$invoice->invoicee_gstin}}
PDF
--}}