@extends('frontend.layouts.noipunno') @section('content')
{{-- @include('frontend.layouts.notice') --}}

নতুন শ্রেণির তথ্য প্রদান করুন

@csrf
@if ($errors->has('branch_uid')) {{ $errors->first('branch_uid') }} @endif
@if ($errors->has('shift_uid')) {{ $errors->first('shift_uid') }} @endif
@if ($errors->has('version_uid')) {{ $errors->first('version_uid') }} @endif
@if ($errors->has('class_uid')) {{ $errors->first('class_uid') }} @endif
@if ($errors->has('section_uid')) {{ $errors->first('section_uid') }} @endif

অপেক্ষমান শিক্ষার্থীর তালিকা

{{-- --}} {{-- @csrf --}}
@foreach ($students as $student) @endforeach
শিক্ষার্থীর নাম পিতার নাম শিক্ষার্থীর রোল (সম্পাদনাযোগ্য)
{{ @$student->studentInfo->student_name_en ?? @$student->studentInfo->student_name_bn }} {{ @$student->studentInfo->father_name_en ?? @$student->studentInfo->father_name_bn }}
{{--
{{ $versionList->links('pagination::bootstrap-5') }}
--}}
@endsection