@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
{{--
{{ @$institute->institute_name }}
--}}
@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 ($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('board_reg_no')) {{ $errors->first('board_reg_no') }} @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('division_id')) {{ $errors->first('division_id') }} @endif
@if ($errors->has('district_id')) {{ $errors->first('district_id') }} @endif
@if ($errors->has('upazila_id')) {{ $errors->first('upazila_id') }} @endif
@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 ($errors->has('registration_year')) {{ $errors->first('registration_year') }} @endif

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

@csrf @if ($errors->has('file')) {{ $errors->first('file') }} @endif
{{--
--}}

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

{{--

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

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