@extends('frontend.layouts.noipunno') @section('content')

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

শিক্ষার্থীর তালিকা

@foreach($allStudents as $allstudent) @endforeach
শিক্ষার্থীর রোল শিক্ষার্থীর নাম শ্রেণী মাতার নাম পিতার নাম জন্ম নিবন্ধন নং জন্ম তারিখ Action
{{@$allstudent->roll}} {{ @$allstudent->student_name_en ?? @$allstudent->student_name_bn }} @if(@$allstudent->class == 6) Class Six @elseif(@$allstudent->class == 7) Class Seven @elseif(@$allstudent->class == 8) Class Eight @elseif(@$allstudent->class == 9) ClassNine @elseif(@$allstudent->class == 10) Class Ten @endif {{@$allstudent->mother_name_bn}} {{@$allstudent->father_name_bn}} {{@$allstudent->brid}} @if($allstudent->date_of_birth) {{ date('j F, Y', strtotime(@$allstudent->date_of_birth)) }} @endif
{{-- --}}
{{ $allStudents->links( "pagination::bootstrap-5") }}
{{--

Rows Showing 1 to 10 of 100 entries

--}}

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

{{ @$institute->institute_name }}
@method('PUT') @csrf
@if ($errors->has('class')) {{ $errors->first('class') }} @endif
@if ($errors->has('registration_year')) {{ $errors->first('registration_year') }} @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('father_mobile_no')) {{ $errors->first('father_mobile_no') }} @endif

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

@endsection