@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