%PDF- %PDF-
Direktori : /var/www/html/storage/framework/views/ |
Current File : //var/www/html/storage/framework/views/20c9ab72d0beff1d749457f6efebaf7b016939ee.php |
<?php $__env->startSection('title'); ?> la liste des chéques <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="container fluid"> <div class="card"> <div class="card-header"> <ul class="nav nav-tabs" id="myTab" role="tablist"> <li class="nav-item"> <a class="nav-link active" id="home-tab" data-toggle="tab" href="#home" role="tab" aria-controls="home" aria-selected="true">Non réglé</a> </li> <li class="nav-item"> <a class="nav-link" id="profile-tab" data-toggle="tab" href="#profile" role="tab" aria-controls="profile" aria-selected="false">Réglé</a> </li> </ul> </div> <div class="card-body"> <div class="tab-content" id="myTabContent"> <div class="tab-pane fade show active" id="home" role="tabpanel" aria-labelledby="home-tab"> <div class="table-responsive"> <table class="table table-hover"> <thead> <th>Num Chéque</th> <th>Montant</th> <th>Date Réglement</th> </thead> <tbody> <?php $__currentLoopData = $non_regle; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $non): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr> <td><?php echo e($non->num); ?></td> <td><?php echo e($non->montant); ?></td> <td><?php echo e($non->date_reglement); ?></td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </tbody> </table> </div> </div> <div class="tab-pane fade" id="profile" role="tabpanel" aria-labelledby="profile-tab"> <div class="table-responsive"> <table class="table table-hover"> <thead> <th>Num Chéque</th> <th>Montant</th> <th>Date Réglement</th> </thead> <tbody> <?php $__currentLoopData = $cheques; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $ch): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr> <td><?php echo e($ch->num); ?></td> <td><?php echo e($ch->montant); ?></td> <td><?php echo e($ch->date_reglement); ?></td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </tbody> </table> </div> </div> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('template', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH C:\xampp\htdocs\gestionstock\resources\views/cheques/index.blade.php ENDPATH**/ ?>