@php $brand = '#07377f'; $accent = $tone === 'danger' ? '#e11d48' : '#0f766e'; $accentSoft = $tone === 'danger' ? '#fff1f2' : '#ecfdf5'; $muted = '#64748b'; $ink = '#0f172a'; $border = '#e2e8f0'; $when = $booking->scheduled_at?->isoFormat('dddd D [de] MMMM, HH:mm'); $total = $booking->currency.' '.number_format((float) $booking->total_amount, 0, ',', '.'); @endphp {{ $title }}
AsignaPro {{ $badge }}

{{ $eyebrow }}

{{ $title }}

{{ $intro }}

Código

{{ $booking->code }}

Total

{{ $total }}

@if ($booking->cancellation_reason) @endif
Servicio {{ $booking->service?->name }}
Fecha y hora {{ $when }}
Profesional {{ $booking->employee?->fullName() ?? 'Por asignar' }}
Cliente {{ $booking->customer?->fullName() }}
Contacto {{ $booking->customer?->phone }}
{{ $booking->customer?->email }}
Motivo {{ $booking->cancellation_reason }}
{{ $actionLabel }} @if (! empty($secondaryUrl))

¿No puedes asistir? Cancelar reserva

@endif

Este correo fue enviado por AsignaPro para {{ $booking->company?->name }}. Si no reconoces esta actividad, comunícate con el negocio.