@component('emails.layout', [ 'companyName' => $companyName, 'themeColor' => $themeColor, 'phone' => $phone ?? null, 'email' => $email ?? null, 'city' => $city ?? null, 'logoUrl' => $logoUrl ?? null, 'title' => 'Programare confirmată', ])
Bună ziua{{ $client?->name ? ', ' . $client->name : '' }},
Programarea dvs. este confirmată:
| Data | {{ $appointment->date?->format('d.m.Y') }} |
| Ora | {{ \Illuminate\Support\Str::substr($appointment->time_start, 0, 5) }} – {{ \Illuminate\Support\Str::substr($appointment->time_end, 0, 5) }} |
| Subiect | {{ $appointment->title }} |
| Auto | {{ $vehicle->make }} {{ $vehicle->model }} @if ($vehicle->plate) [{{ $vehicle->plate }}] @endif |
| Maistru | {{ $master->name }} |
| Pod | {{ $post->name }} |
Vă așteptăm! 🚗
Pentru reprogramare sau anulare, sunați-ne la {{ $phone ?? '—' }}.
@endcomponent