@extends('layouts.admin', [ 'title' => 'Staff Working Hours', 'pageTitle' => 'Staff Working Hours', 'active' => 'staff', ]) @section('content')
Set weekly availability, breaks, and closed days for {{ $staff->name }}.
{{ session('status') }}
{{ $staff->name }}
{{ $staff->role ?: 'Staff Member' }}
Booking rule persistence will be connected with appointment availability logic.