@php $employeeServices = $employeeServices ?? false; $title = $employeeServices ? 'خدمات الموظفين' : 'طلبات الخدمات'; $title = __('modules.jomhor.resources_views_services_show_create.text_d400ff3e40'); @endphp @php $title = $employeeServices ? 'خدمات الموظفين' : $title; @endphp
{{-- Header --}}

{{ __('modules.jomhor.resources_views_services_show_create.text_4c2272fc3d') }}

{{ __('modules.jomhor.resources_views_services_show_create.text_9936209033') }}

{{-- Categories Grid --}}
@foreach($categories as $cat) @php $servicesCount = $cat->services?->count() ?? 0; $shortDesc = $cat->description ?? ''; @endphp @endforeach
{{-- Modals per category (HTML only) --}} @foreach($categories as $cat) @php $services = $cat->services ?? collect(); @endphp @endforeach
@push('scripts') @endpush