@extends('frontend.layouts.noipunno') @section('content')
@include('frontend.layouts.notice')
@if (Session::has('success'))
{{ Session::get('success') }}
@endif @if (Session::has('import_errors')) @foreach (Session::get('import_errors') as $failure) @endforeach @endif @if (session()->has('lastBatch'))
একাধিক শিক্ষার্থী আপলোড করার তথ্য

মোট আপলোড ডাটা {{ session('total') }}
মোট পেন্ডিং ডাটা {{ session('total') }}
@endif
@csrf
@if ($errors->has('class')) {{ $errors->first('class') }} @endif
{{--
--}} @foreach ($students as $student) @endforeach
শিক্ষার্থীর রোল শিক্ষার্থীর নাম শ্রেণী সেকশন শিফট ভার্সন Action
{{ @$student->roll }} {{ @$student->studentInfo->student_name_en ?? @$student->studentInfo->student_name_bn }} @if (@$student->classRoom->class_id == 6) Six @elseif(@$student->classRoom->class_id == 7) Seven @elseif(@$student->classRoom->class_id == 8) Eight @elseif(@$student->classRoom->class_id == 9) Nine @elseif(@$student->classRoom->class_id == 10) Ten @else - @endif {{ @$student->classRoom->section->section_name }} {{ @$student->classRoom->shift->shift_name }} {{ @$student->classRoom->version->version_name }}
{{-- --}} {{-- --}}
{{ $students->links('pagination::bootstrap-5') }}

শিক্ষার্থী যুক্ত করুন

{{--
{{ @$institute->institute_name }}
--}}
@csrf
@if ($errors->has('class')) {{ $errors->first('class') }} @endif
@if ($errors->has('registration_year')) {{ $errors->first('registration_year') }} @endif
@if ($errors->has('roll')) {{ $errors->first('roll') }} @endif
@if ($errors->has('student_name_bn')) {{ $errors->first('student_name_bn') }} @endif
@if ($errors->has('student_name_en')) {{ $errors->first('student_name_en') }} @endif
@if ($errors->has('brid')) {{ $errors->first('brid') }} @endif
@if ($errors->has('date_of_birth')) {{ $errors->first('date_of_birth') }} @endif
@if ($errors->has('gender')) {{ $errors->first('gender') }} @endif
@if ($errors->has('religion')) {{ $errors->first('religion') }} @endif
@if ($errors->has('student_mobile_no')) {{ $errors->first('student_mobile_no') }} @endif
@if ($errors->has('mother_name_bn')) {{ $errors->first('mother_name_bn') }} @endif
@if ($errors->has('mother_name_en')) {{ $errors->first('mother_name_en') }} @endif
@if ($errors->has('father_name_bn')) {{ $errors->first('father_name_bn') }} @endif
@if ($errors->has('father_name_en')) {{ $errors->first('father_name_en') }} @endif
@if ($errors->has('father_mobile_no')) {{ $errors->first('father_mobile_no') }} @endif
@if ($errors->has('mother_mobile_no')) {{ $errors->first('mother_mobile_no') }} @endif
@if ($errors->has('guardian_name_bn')) {{ $errors->first('guardian_name_bn') }} @endif
@if ($errors->has('guardian_mobile_no')) {{ $errors->first('guardian_mobile_no') }} @endif
@if ($errors->has('class')) {{ $errors->first('class') }} @endif
@if ($errors->has('registration_year')) {{ $errors->first('registration_year') }} @endif

বিঃদ্রঃ ফাইল আপলোড করতে অবশ্যই নমুনা ফাইলটি ডাউনলোড করে ডাটা এন্ট্রি করুন। ডাউনলোড করতে এখানে ক্লিক করুন।

@csrf
{{--
--}}

বিঃদ্রঃ ফাইল আপলোড করতে অবশ্যই নমুনা ফাইলটি ডাউনলোড করে ডাটা এন্ট্রি করুন। ডাউনলোড করতে এখানে ক্লিক করুন।

{{--

ফাইল আপলোড করতে সমস্যা হচ্ছে ?

--}}
{{-- --}} {{--
--}}
{{-- --}} @endsection @section('custom-js') @if (session()->has('lastBatch')) @endif @endsection