# | Slip# | Name | F/Name | Course | Admission | Exam | Monthly Fee | Material Fee | Total |
---|---|---|---|---|---|---|---|---|---|
{{++$loop->index}} | {{$row->id}} | {{$stName}} | {{$fName}} | {{$courseName}} | {{$row->admission_fee}} | {{$row->exam_fee}} | {{$row->payment}} | {{$row->material_fees}} | {{$totalStudentRevenue}} |
Total: {{$student_income_total}} |
# | Category | Title | Description | Date | Amount |
---|---|---|---|---|---|
{{++$loop->index}} | {{$account->name}} | {{$row->title}} | {{$row->description}} | {{$row->timestamp}} | {{$row->amount}} |
Total: {{$other_income_total}} |
# | Name | F/Name | Position | Amount | Notes | Date |
---|---|---|---|---|---|---|
{{++$loop->index}} | {{$name}} | {{$fname}} | {{$job}} | {{$row->amount}} | {{$row->title}} | {{$row->timestamp}} |
Total: {{$salary_total}} |
# | Name | F/Name | Percentage | Amount | Notes | Date |
---|---|---|---|---|---|---|
{{++$loop->index}} | {{$partner != null ? $partner->name : ''}} | {{$partner != null ? $partner->father_name : ''}} | {{$row->shared_percentage}} | {{$row->shared_amount}} | {{$row->description}} | {{$row->date}} |
Total: {{$shared_total}} |
# | Category | Title | Description | Date | Amount |
---|---|---|---|---|---|
{{++$loop->index}} | {{$account->name}} | {{$row->title}} | {{$row->description}} | {{$row->timestamp}} | {{$row->amount}} |
Total: {{$other_expense_total}} |
# | Category | Title | Description | Date | Amount |
---|---|---|---|---|---|
{{++$loop->index}} | {{$account->name}} | {{$row->title}} | {{$row->description}} | {{$row->timestamp}} | {{$row->amount}} |
Total: {{$voucher_total}} |
Starting Balance | {{$income_openning}} |
Today's Revenue | {{ $revenue}} |
Today's Expenses | {{ $expense }} |
Today's Balance | {{$totalBalance}} |
Closing Balance | {{ ($totalBalance) }} |