OwlCyberSecurity - MANAGER
Edit File: 2929fa60085a231c641260e3610ee333e3bd6565.php
<?php $__env->startSection('title'); ?> BETLOADED | USER MANAGEMENT <?php $__env->stopSection(); ?> <?php $__env->startSection('page'); ?> <?php echo e($title); ?> <?php /*<button class="btn btn-sm btn-success pull-right" id="exportbtn"><span class="fa fa-download"></span> DOWNLOAD AS SPREADSHEET</button>*/ ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="row"> <div class="col-sm-12 bg-danger"> <br> <form action="<?php echo e(route('/searchMember')); ?>" method="POST"> <div class="form-group form-group-lg col-sm-6"> <input type="text" name="term" class="form-control" required placeholder="search: ID, Name, Email, Username & Country"> </div> <?php echo e(csrf_field()); ?> <div class="form-group form-group-lg col-sm-6"> <button class="btn btn-lg btn-success"><i class="fa fa-search"></i></button> </div> </form> </div> </div> <div class="col" style="min-height: 323px;;"> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>