@extends('layouts.dash_pop') @section('title_card',"") @section('content')
| Transaction | Date | DateRef | Ref. | Designation | Débit | Crédit |
|---|---|---|---|---|---|---|
| {!! str_pad($ecriture->transaction,5,"0", STR_PAD_LEFT); !!} | {!! $ecriture->date_doc !!} | {!! $ecriture->date_ref !!} | {!! $ecriture->ref_doc !!} | {!! $ecriture->designation !!} | {!! $ecriture->debit !!} | {!! $ecriture->credit !!} |
| {{ $total_debit }} | {{ $total_credit }} | |||||
| {{ $total_debit-$total_credit }} | ||||||