@extends('layouts.app') @section('title', 'Staff View') @section('content') @livewire('doctor.staff.staff-view', ['staffId' => $staffId]) @endsection