@include("template.Head")
@include("template.Navbar")
@include("template.SideBar")

Caisse Banque

@foreach ($liste as $rows) @if($rows->type_mouvement == 'entree') @else @endif @if(session('fonction') == 'Admin') @endif @endforeach
Date Réference Libellé Affectation Numero chèque Entrée Sortie SOLDE
{{ FormatDate::format($rows->date) }} {{ $rows->reference }} {{ $rows->libelle }} {{ $rows->affectation }} {{ $rows->numero_cheque }}{{ number_format($rows->montant,2,',',' ') }} {{ number_format($rows->montant,2,',',' ') }} {{ number_format($rows->solde,2,',',' ') }}
@include("template.Footer")