@extends('layouts.app') @section('titlePage', 'Create Student') @section('content')
Create New Student
@include('common.alert')
@csrf @include('master.students.form')
@endsection