@extends('layouts.app') @section('content')
Total des Charges
{{ number_format($totalExpenses, 0, ',', ' ') }} FCFA
Charges du Mois
{{ number_format($monthlyExpenses, 0, ',', ' ') }} FCFA
Charges Récurrentes
{{ number_format($recurringExpenses, 0, ',', ' ') }} FCFA
| Date | Titre | Catégorie | Montant | Paiement | Enregistré par | Actions |
|---|---|---|---|---|---|---|
| {{ $expense->expense_date->format('d/m/Y') }} |
{{ $expense->title }}
@if($expense->description)
{{ Str::limit($expense->description, 50) }}
@endif
|
{{ $expense->category->name }} | {{ $expense->formatted_amount }} | {{ $expense->payment_method_label }} | {{ $expense->employee->name }} | |
| Aucune charge enregistrée. | ||||||