@component('emails.layout', [ 'companyName' => $companyName, 'themeColor' => $themeColor, 'phone' => $phone ?? null, 'email' => $email ?? null, 'city' => $city ?? null, 'logoUrl' => $logoUrl ?? null, 'title' => 'Plată confirmată', ])

💳 Plată confirmată

Bună ziua{{ $client?->name ? ', ' . $client->name : '' }},

Confirmăm primirea plății dvs.:

@if ($payment->reference) @endif @if ($workOrder) @endif
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