@foreach($students as $student)
@if(is_null($company->image))
@else

image") }}"
style="width:50px;height: 50px;" alt="{{ $company->name }}">
@endif
{{$company->name}}
@if(!empty($company->address))
{{$company->address}}
@endif
Admit Card
{{$academicExamData->name ?? $admitCardDesign->title ?? '### Examination XXXX'}}
is_visible_exam_routine == 0 ? 'style="margin-top: 3%"' : '' !!}>
@if($admitCardDesign->is_visible_roll_number)
ROLL NO
:
{{ $student->roll_no }}
@endif
@if($admitCardDesign->is_visible_admission_no)
@if($student->student_id_no != null)
STUDENT ID NO
@else
ADMISSION NO
@endif
:
{{$student->student_id_no ?? $student->admission_no ?? ''}}
@endif
@if($admitCardDesign->is_visible_student_name)
STUDENT NAME
:
{{ $student->name ?? '' }}
@endif
@if($admitCardDesign->is_visible_semester_class)
@if($companyType === 'UNV')
SEMESTER
@else
CLASS
@endif
:
{{ $student->eims_semester_class->name ?? '' }}
@endif
@if($admitCardDesign->is_visible_date_of_birth)
DATE OF BIRTH
:
{{ $student?->dob?->format('d-m-Y') ?? '' }}
@endif
@if($admitCardDesign->is_visible_gender)
GENDER
:
{{ ucfirst($student->gender ?? '') }}
@endif
@if($admitCardDesign->is_visible_father_name)
FATHER'S NAME
:
{{ $student?->eims_student_information?->father_name ?? '' }}
@endif
@if($admitCardDesign->is_visible_mother_name)
MOTHER'S NAME
:
{{ $student?->eims_student_information?->mother_name ?? '' }}
@endif
@if($admitCardDesign->is_visible_photo)
@if(is_null($student->photo))
Student Photo
@else

photo") }}"
alt="Student Photo" style="width:60px;height: 60px;">
@endif
@endif
@if($admitCardDesign->is_visible_exam_routine == 1)
@if($theoreticalExamRoutines->count() > 0 )
Theory Exam
| DATE |
TIME |
SUBJECT CODE |
SUBJECT NAME |
@foreach($theoreticalExamRoutines as $theoreticalExamRoutine)
| {{ $theoreticalExamRoutine->subject_exam_date }} |
{{ $theoreticalExamRoutine->exam_start_time }}
- {{ $theoreticalExamRoutine->exam_end_time }} |
{{ $theoreticalExamRoutine->course_subject_code }} |
{{ $theoreticalExamRoutine->course_subject_name }} |
@endforeach
@endif
@if($practicalExamRoutines->count() > 0)
Practical Exam
| DATE |
TIME |
SUBJECT CODE |
SUBJECT NAME |
@foreach($practicalExamRoutines as $practicalExamRoutine)
| {{ $practicalExamRoutine->subject_exam_date }} |
{{ $practicalExamRoutine->exam_start_time }}
- {{ $practicalExamRoutine->exam_end_time }} |
{{ $practicalExamRoutine->course_subject_code }} |
{{ $practicalExamRoutine->course_subject_name }} |
@endforeach
@endif
@endif
@if($admitCardDesign->sign_image)

sign_image") }}"
alt="" id="admit_card_sign" style="width: 80px;">
@else
@endif
Administration Signature
@endforeach