@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
শিক্ষার্থীর রোল শিক্ষার্থীর নাম পিতার নাম অ্যাকশন
{{ @$student->roll }} {{ @$student->student_info->student_name_en ?? @$student->student_info->student_name_bn }} {{ @$student->student_info->father_name_en ?? @$student->student_info->father_name_bn }} @if ($student->rec_status != 2) @else @endif {{ @$student->registration_year }}
{{--
--}}
{{--
{{ $versionList->links('pagination::bootstrap-5') }}
--}}
@endsection