@extends('layouts.admin.master') @section('admin_main_body')

Edit Student

View Students Back
{{--
Register New Student
--}}
@csrf @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
1. Personal Information
{{--
--}}
2. Profile Data
{{--
Add Student Profile
--}}
{{-- --}}
{{-- --}}
{{-- --}}
{{--
Student Academics
--}} {{--
--}}
3. Academics
{{--
--}}
{{-- Department/ Institute / Faculty * --}}
@endsection