# | Slip# | Name | F/Name | Course | Admission | Exam | Monthly Fee | Material Fee | Total | Status |
{{++$loop->index}} | {{$row->id}} | {{$stName}} | {{$fName}} | {{$courseName}} | {{$row->admission_fee}} | {{$row->exam_fee}} | {{$row->payment}} | {{$row->material_fees}} | {{$totalStudentRevenue}} | {{$row->fees_payment}} |
Total: {{$student_total}} |
# | Category | Title | Description | Date | Amount |
{{++$loop->index}} | {{$account->name}} | {{$row->title}} | {{$row->description}} | {{$row->timestamp}} | {{$row->amount}} |
Total: {{$other_total}} |
Revenue | {{$other_total + $student_total}} |
Openning Balance | {{$income_openning}} |
Total Revenue | {{$other_total + $student_total +$income_openning }} |