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

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

@endsection @section('breadcrumb') Home / Students @endsection @section('content')
Students Roster
New Student
{{-- To be populated via controller --}}
Adm No. Name Class/Stream Gender Parent Phone Actions
No students available. Create to begin.
@endsection