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

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

@method('PUT') @csrf
@if ($errors->has('scroll_num')) {{ $errors->first('scroll_num') }} @endif
@if ($errors->has('class')) {{ $errors->first('class') }} @endif
@if ($errors->has('student_name_bn')) {{ $errors->first('student_name_bn') }} @endif
@if ($errors->has('father_name_bn')) {{ $errors->first('father_name_bn') }} @endif
@if ($errors->has('board_reg_no')) {{ $errors->first('board_reg_no') }} @endif
{{--
--}}
{{-- --}} @if ($errors->has('religion')) {{ $errors->first('religion') }} @endif
@if ($errors->has('father_mobile_no')) {{ $errors->first('father_mobile_no') }} @endif
@if (@$student->image)
Main logo
@endif
@if ($errors->has('branch')) {{ $errors->first('branch') }} @endif
@endsection