@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