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

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

@method('PUT') @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('gender')) {{ $errors->first('gender') }} @endif
{{-- --}} @if ($errors->has('religion')) {{ $errors->first('religion') }} @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('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('image')) {{ $errors->first('upazila_id') }} @endif
@if (@$student->image)
Main logo
@endif
{{-- @if (@$student->br_file)
Main logo
@endif --}}
{{-- @if (@$student->disability_file)
Main logo
@endif --}}
@endsection