@extends('layouts.dash') {!! $with_navbar=false !!} @section('title') Transaction @stop @section('title_card',"") @section('content')
| Compte | Compte Auxiliaire | IdPièce | DatePièce | Libellé Opération | Débit | Crédit |
|---|---|---|---|---|---|---|
| {{ $ecriture->compte." - ".$ecriture->compte_label }} | {{ $ecriture->compte_aux." - ".$ecriture->compte_aux_label }} | {{ $ecriture->id_ref }} | {{ $ecriture->date_ref }} | {{ $ecriture->designation }} | {{ $ecriture->debit }} | {{ $ecriture->credit }} |
| TOTAL | {{ $total_credit }} | {{ $total_debit }} | ||||