@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

প্রতিষ্ঠানে সংযুক্ত সংযুক্ত হওয়ার জন্য শিক্ষার্থীর তালিকা

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

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