Edit File: c5693bbaeedf577e7d9957de0ff0c2cff5efaa84.php
<div class="content-body"> <div class="all-buttons"> <div class="table_buttons"> <?php if(isset($addbutton)): ?> <a href="<?php echo e($addbutton); ?>" class="btn bg-gradient-primary mr-1 mb-1 waves-effect waves-light" ><i class="feather icon-plus"></i> <?php echo e(awtTrans('اضافة')); ?></a> <?php endif; ?> <?php if(isset($deletebutton)): ?> <button type="button" data-route="<?php echo e($deletebutton); ?>" class="btn bg-gradient-danger mr-1 mb-1 waves-effect waves-light delete_all_button"><i class="feather icon-trash"></i> <?php echo e(awtTrans('حذف المحدد')); ?></button> <?php endif; ?> <?php if(isset($extrabuttons)): ?> <?php echo e($extrabuttonsdiv); ?> <?php endif; ?> <button type="button" class="reload btn bg-gradient-warning mr-1 mb-1 waves-effect waves-light"><i class="feather icon-refresh-cw"></i> <?php echo e(awtTrans('تحديث')); ?></button> </div> <?php if(isset($filter)): ?> <div class="filter d-flex"> <input class="form-control mr-1" name="min" id="min" type="text" placeholder="<?php echo e(awtTrans('بداية التاريخ')); ?>" > <input class="form-control" name="max" id="max" type="text" placeholder="<?php echo e(awtTrans('نهاية التاريخ')); ?>" > </div> <?php endif; ?> </div> <!-- Data list view starts --> <section id="data-list-view" class="data-list-view-header"> <div class="table-responsive"> <table class="table data-list-view dataTable2"> <thead> <tr> <?php echo e($tableHead); ?> </tr> </thead> <tbody> <?php echo e($tableBody); ?> </tbody> </table> </div> <!-- DataTable ends --> </section> <!-- Data list view end --> </div><?php /**PATH /home/satransi/public_html/resources/views/components/admin/table.blade.php ENDPATH**/ ?>
Back to File Manager