@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