@if ($error)
{{ $error }}
@endif
@error('serviceId')

{{ $message }}

@enderror
@if ($serviceId && $this->employees->isEmpty())

Este servicio todavía no tiene profesionales asignados.

@endif
@if (! $serviceId)

Selecciona un servicio primero.

@elseif ($this->slots->isEmpty())

Sin disponibilidad para esta fecha.

@else
@foreach ($this->slots as $slot) @php $slotEmployee = $this->employees->firstWhere('id', $slot['employee_id']); @endphp @endforeach
@error('time')

{{ $message }}

@enderror @error('resolvedEmployeeId')

{{ $message }}

@enderror @endif
@if ($customerId)
Cliente existente: {{ $first_name }} {{ $last_name }} · {{ $phone }}
@else
@if ($this->customerMatches->isNotEmpty())
    @foreach ($this->customerMatches as $match)
  • @endforeach
@endif
@endif
{{ $countryCallingCode }}

Escribe solo los 10 dígitos. También puedes pegar el número completo con indicativo.

@error('phone')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror
Cancelar Crear reserva