@extends('layouts.dash') @section('title') BalanceAUx @stop @section('title_card') Balance Auxiliaire @stop @section('subtitle_card',"") @section('content')
| Compte | Designation | Débit | Crédit | Solde |
|---|---|---|---|---|
| @if($compte->designation) {!! $compte->compte_aux !!} @else {!! $compte->compte_aux !!} @endif | {!! $compte->designation !!} | {!! $compte->debit !!} | {!! $compte->credit !!} | {!! $compte->debit-$compte->credit !!} |
| {{ $total_debit }} | {{ $total_credit }} | {{ $total_debit-$total_credit }} | ||