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

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

{{-- --}}
@method('PUT') @csrf
Academic Information
@if ($errors->has('scroll_num')) {{ $errors->first('scroll_num') }} @endif
@if ($errors->has('roll')) {{ $errors->first('roll') }} @endif
@if ($errors->has('shift')) {{ $errors->first('shift') }} @endif
@if ($errors->has('version')) {{ $errors->first('version') }} @endif
@if ($errors->has('section')) {{ $errors->first('section') }} @endif
@if ($errors->has('branch')) {{ $errors->first('branch') }} @endif
@if ($errors->has('class')) {{ $errors->first('class') }} @endif
@if ($errors->has('registration_year')) {{ $errors->first('registration_year') }} @endif
Personal Information
@if ($errors->has('student_name_en')) {{ $errors->first('student_name_en') }} @endif
@if ($errors->has('father_name_en')) {{ $errors->first('father_name_en') }} @endif
Image Preview
{{-- --}} {{-- @if ($errors->has('nationality')) {{ $errors->first('nationality') }} @endif --}}
{{-- --}} @if ($errors->has('religion')) {{ $errors->first('religion') }} @endif
@if ($errors->has('gender')) {{ $errors->first('gender') }} @endif
{{-- @php $currentDate = date('Y-m-d'); $maxDate = date('Y-m-d', strtotime('-10 years')); $minDate = date('Y-m-d', strtotime('-20 years')); @endphp --}} {{-- @php $currentYear = date('Y'); $maxYear = $currentYear - 10; $minYear = $currentYear - 20; @endphp --}}
Address Information
@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
Additional Information
@endsection