Edit File: 6249e14b1993e0afcf5a40fd2247bf7662098b4a.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; ?> <?php if(isset($excel)): ?> <a target="_blank" href="<?php echo e($excel); ?>" class="btn bg-gradient-success mr-1 mb-1 buttons-pdf waves-effect waves-light buttons-html5" tabindex="0" aria-controls="DataTables_Table_4">Excel</a> <?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/wwineerc/public_html/resources/views/components/admin/table.blade.php ENDPATH**/ ?>
Back to File Manager