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

পূর্ববর্তী শ্রেণির (২০২৩ সাল) শিক্ষার্থীর তথ্য

@csrf
@if ($errors->has('branch')) {{ $errors->first('branch') }} @endif
@if ($errors->has('shift')) {{ $errors->first('shift') }} @endif
@if ($errors->has('version')) {{ $errors->first('version') }} @endif
@if ($errors->has('class')) {{ $errors->first('class') }} @endif
@if ($errors->has('section')) {{ $errors->first('section') }} @endif
@if (@$request_data)

@if (@$request_data['branch']) ব্রাঞ্চঃ   @endif @if (@$request_data['shift']) শিফটঃ   @endif @if (@$request_data['version']) ভার্সনঃ   @endif @if (@$request_data['class']) শ্রেণিঃ   @endif @if (@$request_data['section']) সেকশনঃ   @endif এর জন্য ফলাফল দেখানো হচ্ছে।

@endif

নতুন শ্রেণিতে (২০২৪ সাল) সংযুক্ত হওয়ার জন্য অপেক্ষমান শিক্ষার্থীর তালিকা (মোট - {{ en2bn(count(@$students)) }} জন)

{{-- @csrf --}}
@foreach ($students as $student) @endforeach

শিক্ষার্থীর রোল শিক্ষার্থীর নাম পিতার নাম বছর
uid }} name="checkedStudents[]" value={{ @$student->uid }}> {{ @$student->roll }} {{ @$student->student_name_en ?? @$student->student_name_bn }} {{ @$student->father_name_en ?? @$student->father_name_bn }} {{ @$student->registration_year }}
{{--
{{ $versionList->links('pagination::bootstrap-5') }}
--}}
@endsection