@extends('layouts.admin') @section('title', 'Edit Student') @section('page-title', 'Edit Student') @section('page-subtitle', 'Update student information') @section('content')
@csrf @method('PUT')

Student Information

Parent/Guardian

Cancel
@endsection