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