{{generalSetting()->school_name}}

{{generalSetting()->school_name}}

@if($setting->school_address)

{{generalSetting()->address}}

@lang('common.email') : {{generalSetting()->phone}} , @lang('common.phone') : {{generalSetting()->email}}

@endif

@lang('examplan::exp.admit_card')

@if($setting->exam_name) {{@$admit->examType->title}} @endif
@if($setting->student_photo)
@endif
@if($setting->student_name)
@lang('common.name') : {{@$studentRecord->studentDetail->full_name}}
@endif @if($setting->class_section)

@lang('student.class') - {{@$studentRecord->class->class_name}} ({{@$studentRecord->section->section_name}}) {{@$studentRecord->academic->year}}

@endif
@if($setting->gaurdian_name)
@lang('student.guardian') : {{@$studentRecord->studentDetail->parents->guardians_name}}

@lang('student.category') - {{@$studentRecord->studentDetail->category->category_name}}

@endif

@lang('examplan::exp.exam_routine')

@foreach($exam_routines as $date => $exam_routine) @if($loop->iteration % 2 == 1 ) @endif @if($loop->last % 2 == 1) @endif @if($loop->iteration % 2 == 0 || $loop->last % 2 == 1) @endif @endforeach
@lang('examplan::exp.date_time') @lang('examplan::exp.subject') @lang('examplan::exp.date_time') @lang('examplan::exp.subject')
{{ dateConvert($exam_routine->date) }} [{{ date('h:i A', strtotime(@$exam_routine->start_time)) }} - {{ date('h:i A', strtotime(@$exam_routine->end_time)) }}] {{ $exam_routine->subject ? $exam_routine->subject->subject_name :'' }} {{ $exam_routine->subject ? '('.$exam_routine->subject->subject_code .')':'' }}
@if($setting->class_teacher_signature)
@lang('examplan::exp.class_teacher')
@endif @if($setting->principal_signature)
@lang('examplan::exp.principal_signature')
@endif
@if( auth()->user()->role_id == 2 && $setting->student_download) @endif @if( auth()->user()->role_id == 3 && $setting->parent_download) @endif