@extends('layouts.dash') @section('title','Grand Livre') @section('title_card',"") @section('subtitle_card',"") @section('content')
| N°Journal | Date | N°Compte | Référence | Libelle | Débit | Crédit | Enc | @if($user->can("JOU_AJO") || $user->HasRole("ADMINISTRATEUR")) @endif | |
|---|---|---|---|---|---|---|---|---|---|
| @if($journal->IsCompensable) {!! html()->checkbox('box_'.$journal->id, '1',false)->attributes(['id'=>'box_'.$journal->id,'onclick'=>"check($journal->id)"]); !!} @endif | {!! $journal->id !!} | {!! $journal->date !!} | {!! $journal->numcpt!!} | {!! $journal->ref!!} | {!! $journal->libelle!!} | {!! number_format($journal->debit,0,","," ") !!} | {!! number_format($journal->credit,0,","," ") !!} | {!! $journal->enc!!} |