All Services ({{ $totalServiceCount }})

New Service
@if (session('success'))
{{ session('success') }}
@endif
@php $counter = 1; @endphp @foreach ($groupedServices as $services) {{-- Window Header Row --}} {{-- Services under this window --}} @foreach ($services as $service) @endforeach @endforeach
# Service Name Description Has Payment Payment Processing Time Referred Window Actions
Window: {{ $services->first()->window->name ?? 'Unknown' }} ({{ $services->count() }} services)
{{ $counter++ }} {{ $service->name }} {{ Str::limit($service->description, 50) }} @if ($service->has_payment) Yes @else No @endif {{ $service->payment ?? '-' }} {{ $service->processing_time ?? '-' }} {{ $service->refWindow->name ?? '-' }}
@csrf @method('DELETE')