{{ $type[$i] }}
{{ strtoupper(getSetting('site_title', 'site_settings'))}}
{{getSetting('site_address', 'site_settings')}}
No.: {{ makeNumber($payment_record->id,5) }}
Date:
{{ date('d-m-Y',strtotime($payment_record->recevied_on)) }}
Roll No.
{{$student_record->roll_no}}
Student Name
{{$student_record->getName()}}
D/O/S Shri
{{$student_record->getFatherName()}}
Class
@if($student_record->current_year==1)
{{ $student_record->course->course_title}} {{ $student_record->current_year }}st YEAR
@elseif($student_record->current_year==2)
{{ $student_record->course->course_title}} {{ $student_record->current_year }}nd YEAR
@elseif($student_record->current_year==3)
{{ $student_record->course->course_title}} {{ $student_record->current_year }}rd YEAR
@endif - {{ $student_record->academic->academic_year_title }}
S.No. | Fee | Rs. |
---|---|---|
{{ $j }} | {{ ucfirst($particular->title) }} | @foreach ($fees_particulars as $fee) @if ($fee->feeparticular_id==$particular->id && $fee->term_number==NULL) {{$fee->paid_amount}} @endif @if ($fee->feeparticular_id==$particular->id && $fee->term_number!=NULL) @endif @endforeach @if($isterm==1) {{ number_format($pay,2,'.','') }} @endif |
Discount | {{$payment_record->discount_amount}} | |
Total | {{number_format($payment_record->paid_amount-$isdiffrentfee,2)}} |
Rupees in Word
{{ NumbertowordINR($payment_record->paid_amount-$isdiffrentfee) }}
NOTE: {{ $payment_record->payment_notes }}
Rs.
{{number_format($payment_record->paid_amount-$isdiffrentfee,2) }}
Cashier