{{ \App\Facades\ViewHelperFacade::getFacultyTitle($data['semester']->faculty()->first()->id) }} | {{ \App\Facades\ViewHelperFacade::getSemesterTitle($data['semester']->id) }}

@if (isset($data['subject']) && $data['subject']->count() > 0) @php($i=1) @foreach($data['subject'] as $subject) @php($i++) @endforeach @else @endif
S.N. Course Title Marking Info
{{ $i }} {{ $subject->title }}
{{ $subject->code }}
FM (T) -
{{ $subject->full_mark_theory }}
PM (T) -
{{ $subject->pass_mark_theory }}
FM (P) -
{{ $subject->full_mark_practical }}
PM (P) -
{{ $subject->pass_mark_practical }}
Credit Hour -
{{ $subject->credit_hour }}
Subject Type -
{{ $subject->sub_type }}
Class Type -
{{ $subject->class_type }}
Teacher/Staff -
{{ ViewHelper::getStaffNameById($subject->staff_id) }}
No {{ $panel }} data found. Please Filter {{ $panel }} to show.