@extends('../student_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 }} |
Discount | @if($data['student']->discount == 0) {{ 'Not Allowed' }} @else {{ 'Allowed' }} @endif |
# | Program | Semester | Section | Course | Status |
---|---|---|---|---|---|
{{ ++$c }} | {{ $program->title }} | {{ $semester->name }} | {{ $section->name }} | {{ $course->title }} | {{ $row->status }} |
# | Net Amount | Amount To Pay | Amount Paid | Tax | Taxed Amount | Due Amount | {{--Discount | --}}Discount |
---|---|---|---|---|---|---|---|---|
{{ ++$c }} | {{ $row->net_amount }} | {{ $row->payable_amount }} | {{ $row->payment }} | {{ $row->tax }} | {{ $row->tax_amount }} | {{ $row->due }} | {{--@if($row->discount == 0) {{ 'Not Allowed' }} @else {{ 'Allowed' }} @endif | --}}{{ $row->discount }} |