@extends('layouts.finance') @section('title', 'Add Student') @section('subtitle', 'Create a student record, then enroll them in courses') @section('content')

New Student

Back
@include('students._form')
@endsection