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