@extends('admin.layouts.master') @section('title', 'Student Management') @push('styles') @endpush @section('content')

Student Management

{{-- Assuming you have a create route, otherwise remove this link --}} Add Student
@livewire('admin.student.student-list')
@endsection