@extends('front.template') @section('main')
| Contrat | Débit | Crédit | Actions | ||
|---|---|---|---|---|---|
| Total | @if($totalCompte < 0) {{ $totalCompte }} € @endif | @if($totalCompte >= 0) {{ $totalCompte }} € @endif | |||
| 06381 CAISSE DE CREDIT MUTUEL DU MANTOIS | |||||
| {{ $compte->nom }} | @if($compte->solde < 0) {{ $compte->solde }} € @endif | @if($compte->solde >= 0) {{ $compte->solde }} € @endif | |||