@php $initialPackageType = old('package_type', request('type', 'Package')); $initialSessions = (int) old('sessions_count', $initialPackageType === 'Single Service' ? 1 : 4); $initialPrice = (float) old('price', (float) $service->base_price * $initialSessions); @endphp

Create Package for {{ $service->name }}

Create a single-service option or a multi-session package with a clear total and per-session price.

Base service

{{ $service->name }}

{{ $service->currency }} {{ number_format($service->base_price, 2) }} / session

{{ $service->duration_minutes }} minutes per session

@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf

Standard value: ·

Leave empty to use the service duration for every session.

Cancel