{{ $fiscalYear->id }}
@if($fiscalYear->status === 'open') Ouvert @else Clôturé le {{ $fiscalYear->closed_at?->format('d/m/Y') }} @endif
{{ $fiscalYear->start_date->format('d/m/Y') }}
{{ $fiscalYear->end_date->format('d/m/Y') }}
{{ $result >= 0 ? '+' : '' }}{{ number_format($result, 2, ',', ' ') }} €
{{ $stats['transactions_count'] }}
{{ number_format($stats['total_income'], 2, ',', ' ') }} €
{{ number_format($stats['total_expense'], 2, ',', ' ') }} €
{{ number_format($stats['total_refund'], 2, ',', ' ') }} €
| Référence | Date | Description | Type | Montant |
|---|---|---|---|---|
| {{ $transaction->reference }} | {{ $transaction->transaction_date->format('d/m/Y') }} | {{ Str::limit($transaction->description, 50) }} | {{ ucfirst($transaction->type) }} | {{ number_format($transaction->amount, 2, ',', ' ') }} € |