@lang('menu.staff')
Search
@lang('app.export')
@php $stats = getRestaurantStaffStats(user()->restaurant_id); @endphp @if(user_can('Create Staff Member') && ($stats['unlimited'] || $stats['current_count'] < $stats['staff_limit']))
@lang('modules.staff.addStaff')
@endif
{{-- Add Staff: JS-only modal (no Livewire round-trip on open/close) --}}
{{ __("modules.staff.addStaff") }}
{{ __('app.close') }}