<div class="row"> <div class="col-12"> <div class="card"> <table class="table datatables-basic"> <thead> <tr> <th></th> <th></th> <th><?php echo e(__('locale.labels.id')); ?></th> <th>#</th> <th><?php echo e(__('locale.labels.date')); ?></th> <th><?php echo e(__('locale.labels.type')); ?></th> <th><?php echo e(__('locale.labels.details')); ?></th> <th><?php echo e(__('locale.labels.amount')); ?></th> <th><?php echo e(__('locale.labels.status')); ?></th> <th></th> </tr> </thead> </table> </div> </div> </div> <?php /**PATH /home/bouloter/sms/resources/views/customer/Accounts/_invoices.blade.php ENDPATH**/ ?>