@extends('layouts.app') @section('content')
# | N° Compte | Libellé compte | Code | Libellé | Débit | Crédit | |
---|---|---|---|---|---|---|---|
{{$i}} | {{$operation->compte_id}} | {{substr($operation->libelle_compte,0,30)}} | {{$operation->code_analytique}} | {{$operation->libelle}} | {{App\Lib\Format::number($operation->debit)}} | {{App\Lib\Format::number($operation->credit)}} | |
TOTAL | {{App\Lib\Format::number($sum->debit)}} | {{App\Lib\Format::number($sum->credit)}} |