| Date | Description | Catégorie | Montant | Paiement |
|---|---|---|---|---|
| {{ $expense->date->format('d/m/Y') }} | {{ $expense->description }} | {{ $expense->category?->translated_name ?? $expense->category_key }} | {{ formatMoney($expense->amount) }} | {{ __('payment_methods.' . $expense->payment_method) }} |