Date |
Caisse |
Réf journal |
Statut |
Caissier(ère) |
Débit |
Crédit |
|
@if(count($journaux)>0)
@foreach ($journaux as $journal)
{{(new DateTime($journal->date_oper))->format(config('myahs.date_format'))}} |
{{$journal->caisse_id}} |
{{$journal->id_journal}} |
{{$journal->cloture}} |
{{$journal->nom_employe}} {{$journal->prenom_employe}} |
{{number_format($journal->debit,2,',',' ')}} |
{{number_format($journal->credit,2,',',' ')}} |
|
@endforeach
@else
Aucun compte n'a été sélectionné |
@endif
@if(!empty($journaux))
@endif