@extends('backEnd.master') @section('title') @lang('student.multi_class_student') @endsection @section('mainContent')

@lang('common.select_criteria')

{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'student.multi-class-student', 'method' => 'GET', 'enctype' => 'multipart/form-data', 'id' => 'infix_form']) }}
@if (moduleStatusCheck('University')) @includeIf('university::common.session_faculty_depart_academic_semester_level', ['mt' => 'mt-30', 'hide' => ['USUB'], 'required' => ['USEC']])
@else @include('backEnd.common.academic_class_section_subject_student', [ 'div'=>'col-lg-3', 'visiable'=>['academic', 'class', 'section', 'student'], ]) @endif
{{ Form::close() }} @if (@$student_detail)
@includeIf('backEnd.studentInformation.inc.student_profile')
@php $div = generalSetting()->multiple_roll == 1 ? 'col-3' : 'col-4'; @endphp @if (moduleStatusCheck('University')) @else @endif @if (generalSetting()->multiple_roll == 1) @endif @foreach ($student_detail->studentRecords as $record) @if (generalSetting()->multiple_roll == 1) @endif {{-- record delete --}} {{-- record delete --}} {{-- edit record --}} @endforeach {{-- end edit record --}}
@lang('university::un.faculty') @lang('university::un.department')@lang('common.class') @lang('common.section')@lang('student.id_number')@lang('student.action')
{{ moduleStatusCheck('University') ? $record->unFaculty->name : $record->class->class_name }} @if ($record->is_default) {{ __('common.default') }} @endif {{ moduleStatusCheck('University') ? $record->unDepartment->name : $record->section->section_name }} {{ $record->roll_no }}
@endif
@endsection @push('script') @endpush