@component('emails.layout', [ 'companyName' => $companyName, 'themeColor' => $themeColor, 'phone' => $phone ?? null, 'email' => $email ?? null, 'city' => $city ?? null, 'logoUrl' => $logoUrl ?? null, 'title' => {{ __('\'Plată confirmată\', ])') }}
Bună ziua{{ $client?->name ? ', ' . $client->name : '' }},
{{ __('Confirmăm primirea plății dvs.:') }}
| {{ __('Sumă achitată') }} | {{ number_format((float) $payment->amount, 2, '.', ' ') }} {{ $currency }} |
| Metoda | {{ \App\Models\Tenant\Payment::METHODS[$payment->method] ?? $payment->method }} |
| {{ __('Data') }} | {{ $payment->paid_at?->format('d.m.Y') }} |
| {{ __('Referință') }} | {{ $payment->reference }} |
| {{ __('Fișă lucru') }} | {{ $workOrder->number }} |
{{ __('Vă mulțumim!') }}
@endcomponent