@extends('layouts.master') @section('page_title', 'Inactive Students') @section('content') @livewire('student.show-inactive-students') @endsection