@extends('layouts.app') @section('title', 'Staff Management') @section('content') @livewire('admin.staff.staff-management') @endsection