|
@lang('exam.exam_routine')@lang('common.academic_year') : {{ @$academic_year->title }} ({{ @$academic_year->year }}) @lang('exam.exam'): {{ @$exam_type }} @lang('common.class'): {{ @$class_name }} @lang('common.section'): {{ @$section_name }} |
{{ isset(generalSetting()->school_name) ? generalSetting()->school_name : 'Infix School Management ERP' }}{{ isset(generalSetting()->address) ? generalSetting()->address : 'Infix School Address' }} |
@lang('common.date_|_day') | @lang('common.subject') | @if (moduleStatusCheck('University'))@lang('university::un.semester_label') (@lang('common.section')) | @else@lang('common.class_Sec') | @endif@lang('common.teacher') | @lang('common.time') | @lang('common.duration') | @lang('common.room') |
---|---|---|---|---|---|---|---|
{{ dateConvert($item->date) }}
{{ Carbon::createFromFormat('Y-m-d', $item->date)->format('l') }} |
{{ $item->subject ? $item->subject->subject_name : '' }} | @if (moduleStatusCheck('University')){{ $class_name }} ({{$section_name}}) | @else{{ $item->class ? $item->class->class_name : '' }} {{ $item->section ? '(' . $item->section->section_name . ')' : '' }} | @endif{{ $item->teacher ? $item->teacher->full_name : '' }} | {{ date('h:i A', strtotime(@$item->start_time)) }} - {{ date('h:i A', strtotime(@$item->end_time)) }} | @php $duration = strtotime($item->end_time) - strtotime($item->start_time); @endphp {{ timeCalculation($duration) }} | {{ $item->classRoom ? $item->classRoom->room_no : '' }} |