@extends('layouts.app') @section('title', 'Staff List') @section('content') @livewire('doctor.staff.staff-list') @endsection