Edit Service: {{ $service->name }}
{{-- Header Section --}}

Edit Service

{{ $service->name }}

Back
{{-- Form Card --}}
@csrf @method('PUT') {{-- Service Form Component --}} @include('services._form', [ 'existingCategories' => $existingCategories ?? [], 'isEdit' => true ]) {{-- Form Actions --}}
Cancel
{{-- Help Text --}}

Tip: Changes to this service will be reflected in all future orders. Previously completed orders will not be affected.