@extends('layouts.studentapp') @section('title', 'Edit Student') @section('content')
@csrf
Basic Information
{{ $errors->first('gender') }}
{{ $errors->first('dob ') }}
{{ $errors->first('blood_group') }}
{{ $errors->first('marriage_status') }}
{{ $errors->first('religion_id') }}
Guardian Information
{{ $errors->first('father') }}
{{ $errors->first('father_bn') }}
{{ $errors->first('father_avatar') }}
{{ $errors->first('father_mobile') }}
{{ $errors->first('father_nid') }}
{{ $errors->first('father_occupation') }}
{{ $errors->first('father_annual_income') }}
{{ $errors->first('mother') }}
{{ $errors->first('mother_bn') }}
{{ $errors->first('mother_avatar') }}
{{ $errors->first('mother_mobile') }}
{{ $errors->first('mother_nid') }}
{{ $errors->first('mother_occupation') }}
{{ $errors->first('mother_annual_income') }}
{{ $errors->first('guardian') }}
{{ $errors->first('guardian_bn') }}
{{ $errors->first('guardian_avatar') }}
{{ $errors->first('guardian_mobile') }}
{{ $errors->first('guardian_nid') }}
{{ $errors->first('guardian_occupation') }}
{{ $errors->first('guardian_relationship') }}
{{ $errors->first('careof') }}
Address

Present Address

{{ $errors->first('country_id') }}
{{ $errors->first('district_id') }}
{{ $errors->first('police_station') }}
{{ $errors->first('post_office') }}
{{ $errors->first('post_code') }}
{{ $errors->first('address') }}

Permanent Address

{{ $errors->first('per_country_id') }}
{{ $errors->first('per_district_id') }}
{{ $errors->first('per_police_station') }}
{{ $errors->first('per_post_office') }}
{{ $errors->first('per_post_code') }}
{{ $errors->first('per_address') }}
@endsection