@include("template.SideBar")
Date |
Réference |
Libellé |
Affectation |
Entrée |
Sortie |
SOLDE |
|
|
@foreach ($liste as $rows)
{{ FormatDate::format($rows->date) }} |
{{ $rows->reference }} |
{{ $rows->libelle }} |
{{ $rows->affectation }} |
@if($rows->type_mouvement == 'entree')
{{ number_format($rows->montant,2,',',' ') }} |
|
@else
|
{{ number_format($rows->montant,2,',',' ') }} |
@endif
{{ number_format($rows->solde,2,',',' ') }} |
@if(session('fonction_admin') == 1)
|
|
@endif
@endforeach