@extends('layouts.app') @section('title', 'Student Registration | Institution Axis') @section('sidebar-menu') @include('schooladmin.partials.sidebar') @endsection @section('sidebar-footer')

{{ auth()->user()->school?->name ?? 'Institution Axis' }}

@endsection @section('breadcrumb') Home / Students / Registration @endsection @section('content')
Register New Student
@csrf
@endsection