@extends('layouts.dash_pop') @section('title_card',"") @section('content') {!! html()->hidden('checklist','')->attributes(['id'=>'checklist']) !!}
@foreach ($journaux as $journal) @endforeach
N°Journal Date N°Compte Référence Libelle Débit Crédit Enc
{!! $journal->id !!} {!! $journal->date !!} {!! $journal->numcpt!!} {!! $journal->ref!!} {!! $journal->libelle!!} {!! number_format($journal->debit,0,","," ") !!} {!! number_format($journal->credit,0,","," ") !!} {!! $journal->enc!!}
{!! number_format($total["debit"],0,","," ") !!} {!! number_format($total["credit"],0,","," ") !!} {!! number_format($total["debit"]-$total["credit"],0,","," ") !!}
@endsection @section('scripts') @endsection