@extends('backEnd.master') @section('title') @if (moduleStatusCheck('University')) @lang('university::un.assign_faculty_department') @else @lang('student.assign_class') @endif @endsection @push('css') @endpush @section('mainContent') @php function showTimelineDocName($data) { $name = explode('/', $data); $number = count($name); return $name[$number - 1]; } function showDocumentName($data) { $name = explode('/', $data); $number = count($name); return $name[$number - 1]; } @endphp @php $setting = app('school_info'); if (!empty($setting->currency_symbol)) { $currency = $setting->currency_symbol; } else { $currency = '$'; } @endphp

@if (moduleStatusCheck('University')) @lang('university::un.assign_faculty_department') @else @lang('student.assign_class') @endif

@if (moduleStatusCheck('University'))
@includeIf('backEnd.studentInformation.inc.student_profile')
@if (moduleStatusCheck('University')) @else @endif @if (generalSetting()->multiple_roll == 1) @endif @foreach ($student_records as $record) @if(moduleStatusCheck('University')) @else @endif @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('university::un.semester_label') @lang('common.section')@lang('common.class') @lang('common.section')@lang('student.id_number')@lang('student.action')
{{@$record->unFaculty->name}}
({{ moduleStatusCheck('University') ? $record->unDepartment->name : $record->section->section_name }}) @if ($record->is_default) {{ __('common.default') }} @endif
{{@$record->unSemesterLabel->name}} {{@$record->section->section_name}} {{@$record->class->class_name}} @if ($record->is_default) {{ __('common.default') }} @endif {{@$record->section->section_name}} {{ $record->roll_no }}
@endsection @push('script') @endpush