{{-- Header --}}
Nueva respuesta
{{ $mariachiName }} te respondió
|
{{-- Intro --}}
|
Hola {{ $conversation->clientUser?->display_name ?? 'cliente' }}, tienes una nueva respuesta a tu solicitud
@if($conversation->event_city)
de mariachi en {{ $conversation->event_city }}
@endif
.
|
{{-- Message bubble --}}
|
Mensaje de {{ $mariachiName }}
{{ $replyText }}
|
|
{{-- Event info --}}
@if($conversation->event_city || $conversation->event_date)
|
Tu solicitud
@if($conversation->event_city)
| Ciudad |
{{ $conversation->event_city }} |
@endif
@if($conversation->event_date)
| Fecha |
{{ $conversation->event_date->translatedFormat('d \d\e F \d\e Y') }} |
@endif
|
|
@endif
{{-- CTA --}}
|
@if($listingUrl)
Ver perfil de {{ $mariachiName }}
@else
Volver a Mariachis.co
@endif
Si ya resolviste tu evento, no necesitas hacer nada más.
|
{{-- Footer --}}
|
Mariachis.co — Directorio de mariachis en Colombia
Contacto directo, sin comisiones ni intermediarios.
|