@extends('layouts.app') @section('title', 'Edit Academic Info') @section('content')
@csrf @method('PUT')
{{ $errors->first('type') }}
{{ $errors->first('name') }}
{{ $errors->first('total') }}
{{ $errors->first('male') }}
{{ $errors->first('female') }}
{{ $errors->first('islam') }}
{{ $errors->first('hindu') }}
{{ $errors->first('other') }}
{{ $errors->first('status') }}
@endsection