@include('forms.fbncheader') @include('forms.fdatatables') {!! Form::hidden('checklist','',['id'=>'checklist']) !!}
{!! Html::image("img/journal.png", "Mandatements", array( 'width'=>'100%',"style"=>"padding:4px" )) !!}

Liste des Journaux @if($exercice_encours!=$exercice) Historique Non modififable @endif

{!! Form::select('exercice',$exercices,$exercice, ['id' => 'exercice','class' => 'form-control selectpicker', 'data-width' => "50%",'style' => 'background-color:lightgrey;font-weight:bold;' ] ) !!}
 
@foreach ($journaux as $journal) @endforeach
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) {!! Form::checkbox('box_'.$journal->id, '1',false , ['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!!}