@extends('layouts.admin', [ 'title' => 'Edit Service', 'pageTitle' => 'Edit Service', 'active' => 'services', ]) @section('content')

Update pricing, staff assignment, buffers, and booking visibility.

View Detail Back to Services
@include('admin.services.partials.form', ['mode' => 'edit', 'service' => $service])
@endsection