{{ $expense->reference }}
{{ \Carbon\Carbon::parse($expense->date)->format('d/m/Y') }}
{{ $expense->user->name ?? '-' }}
{{ $expense->libelle }}
{{ $expense->type->name ?? '-' }}
{{ $expense->quantity }}
{{ money($expense->price) }}
{{ money($expense->amount) }}
{{ $expense->caisse->reference ?? '-' }}
{{ $expense->personal->fullname ?? '-' }}
{{ $expense->note ?? 'Aucune note.' }}