Chargement...
@forelse ($outings as $outing) @empty @endforelse
Date Catégorie Prix Employé
{{ \Carbon\Carbon::parse($outing->date)->format('d M, Y')}} {{ $outing->categorie->name }} @money($outing->prix, 'XOF') @if ($outing->user_id != null) {{ $outing->user->fullname }} @else Doc style @endif
Aucune dépense disponible!

Total : @money($sum_outings, 'XOF')