@extends('../layout/' . $layout) @section('subhead')
Name | {{ $data['student']->name }} |
Father Name | {{ $data['student']->father_name }} |
Gender | {{ $data['student']->sex }} |
Private Phone | {{ $data['student']->private_phone }} |
Family Phone | {{ $data['student']->family_phone }} |
{{ $data['student']->email }} | |
Address | {{ $data['student']->address }} |
Tazkira Number | {{ $data['student']->tazkira_num }} |
Reference Name | {{ $data['student']->ref_name }} |
Reference Phone | {{ $data['student']->ref_phone }} |
Account Status | {{ ucfirst($data['student']->status) }} |
Discount | @if($data['student']->discount == 0) {{ 'Not Allowed' }} @else {{ 'Allowed' }} @endif |
# | Program | Semester | Section | Course | Status | Action |
---|---|---|---|---|---|---|
{{ ++$c }} | {{ $program != null ? $program->title : '' }} | {{ $semester != null ? $semester->name : '' }} | {{ $section != null ? $section->name : '' }} | {{ $course != null ? $course->title : '' }} | {{ $row->status }} |
|
# | Net Amount | Amount To Pay | Amount Paid | Tax | Taxed Amount | Due Amount | Discount | Action | invoice.print
---|---|---|---|---|---|---|---|---|
{{ ++$c }} | {{ $row->net_amount }} | {{ $row->payable_amount }} | {{ $row->payment }} | {{ $row->tax }} | {{ $row->tax_amount }} | {{ $row->due }} | {{ $row->discount }} |
# | Amount | Date |
---|---|---|
{{ ++$c }} | {{ $row->amount }} | {{ $row->timestamp }} |