@extends('layouts.app') @section('title', 'Kit Service | Sortie d\'argent') @section('content')
Caisse Initiale
@php $totalFact = \App\Models\Invoice::sum('pt_mois'); $totalDepense = \App\Models\CashOut::sum('amount'); $caisse = $totalFact - $totalDepense @endphpDépenses
Total Restant