@extends('layouts.app') @section('title', 'Kit Service | Sortie d\'argent') @section('content')

Nouvelle sortie d'argent

Caisse Initiale

@php $totalFact = \App\Models\Invoice::sum('pt_mois'); $totalDepense = \App\Models\CashOut::sum('amount'); $caisse = $totalFact - $totalDepense @endphp

${{ number_format($remaining ?? 0, 2) }}

Dépenses

$0.00

Total Restant

${{ number_format($remaining ?? 0, 2) }}

@csrf
# Nom Téléphone Montant Catégorie Description
@endsection