@php
if ($data['companyType'] == 'UNV') {
$searchElements[] = ['element' => 'fillFacultyId'];
}
$programMediumLabel = $data['companyType'] == 'UNV' ? 'Program' : 'Medium/Version';
$semesterClassLabel = $data['companyType'] == 'UNV' ? 'Semester' : 'Class';
$searchElements[] = ['element' => 'fillProgramId' , 'label'=> $programMediumLabel];
$searchElements[] = ['element' => 'fillSessionId', 'label'=> 'Session'];
$searchElements[] = ['element' => 'fillSemesterClassId', 'label'=> $semesterClassLabel];
if ($data['companyType'] == 'SCL' || $data['companyType'] == 'CLG') {
$searchElements[] = ['element' => 'fillSemesterClassGroupId'];
}
$searchElements[] = ['element' => 'fillAcademicExamId', 'label'=> 'Academic Exam'];
@endphp
@include('partials.searchPanel.main', ['searchElements' => $searchElements])
| SL# |
Student Roll |
Student ID No |
Student Name |
Created By |
Action |
{!! Form::open(['id' => 'academic_exam_marks_distribution_form', 'method' => 'POST']) !!}
{{-- Table Section --}}