Edit File: ae04c86bece158821cc219aafbe6c4f18a19193c.php
<div class="row m-0 justify-content-between"> <div class="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(__('admin.add')); ?></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(__('admin.delete_selected')); ?></button> <?php endif; ?> <?php if(isset($extrabuttons)): ?> <?php echo e($extrabuttonsdiv); ?> <?php endif; ?> <button type="button" class="reloadTable btn bg-gradient-warning mr-1 mb-1 waves-effect waves-light"><i class="feather icon-refresh-cw"></i> <?php echo e(__('admin.refresh')); ?></button> </div> </div><?php /**PATH /home/thunderw/public_html/resources/views/components/admin/buttons.blade.php ENDPATH**/ ?>
Back to File Manager