@extends('layouts.finance') @section('title', 'Edit Student') @section('subtitle', $student->name) @section('content')

Edit Student

Back
@include('students._form')
@csrf @method('DELETE')
@endsection