Name | {{ $teacher->name }} |
Father Name | {{ $teacher->fname }} |
Gender | {{ $teacher->sex }} |
Phone | {{ $teacher->phone }} |
{{ $teacher->email }} | |
Address | {{ $teacher->address }} |
Arrival Time | {{ $teacher->arrival_time }} |
Departure Time | {{ $teacher->depature_time }} |
# | Program | Semester | Section | Course | From | To |
---|---|---|---|---|---|---|
{{ ++$c }} | {{ $program->title }} | {{ $semester->name }} | {{ $section->name }} | {{ $course->title }} | {{ $row->from_date }} | {{ $row->to_date }} |
# | Account | Title | Amount Paid | Date |
---|---|---|---|---|
{{ ++$loop->index }} | {{ $acc->name }} | {{ $row->title }} | {{ $row->amount }} | {{ $row->built_timestamp }} |
# | Contract From | Contract To | Salary Type | Salary |
---|---|---|---|---|
{{ ++$c }} | {{ $row->from_date }} | {{ $row->from_date }} | {{ $row->salary_type }} | {{ $row->salary }} |