@extends('layouts.admin') @section('title', 'Edit Student') @section('content')

Edit Student

Update student record information

Back to Students

Edit Student Information

@include('partials.alerts')
@csrf @method('PUT') @include('admin.students._form')
Fields marked with * are required
Cancel

Danger Zone

Once you delete a student record, there is no going back. Please be certain.

@csrf @method('DELETE')

Quick Tips

@endsection @push('scripts') @endpush