Path : /var/www/html/jewelry-pos/storage/framework/views/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : /var/www/html/jewelry-pos/storage/framework/views/a1ffa56038951159fbd1534777e7b33c.php |
<?php $__env->startSection('content'); ?> <div class="col-lg-12"> <div class="card-body shadow-1"> <div class="row ml-2 mb-4"> <div class="col-10"> <form action="<?php echo e(route('member.index')); ?>" method="GET" style="width: 100%;display: flex;justify-content: start;align-items: center" id="search-form"> <div class="input-group mr-2" style="width: 50%;"> <input type="text" class="form-control rounded-0" placeholder="<?php echo e(__('message.search')); ?> ..." value="<?php echo e($phone); ?>" name="phone" id="phone"> <input type="hidden" name="paginate" value="<?php echo e($paginate); ?>"> <div class="input-group-append"> <button type="submit" id="searches" class="input-group-text fs-xl "> <i class="fal fa-search text-success"></i> </button> </div> </div> <button type="submit" class="btn btn-outline-success mr-2" style="width: 15%;"> <i class="fal fa-search text-outline-success"></i> <span class="hidden-xs"> <?php echo e(__('message.search')); ?></span> </button> </form> </div> <div class="col-2"> <a href="<?php echo e(route('member.print-all')); ?>?phone=<?php echo e($phone); ?>" class="btn btn-info bg-info-800 float-left rounded-0"> <i class="fal fa-print"></i> <?php echo e(__('message.print')); ?> </a> </div> </div> <div class="panel-container show"> <div class="d-flex flex-column h-100"> <div class="h-auto"> <table id="example" class="table table-bordered table-hover table-striped w-100 text-center"> <thead class="bg-fusion-400"> <tr> <th>#</th> <th><?php echo e(__('message.name')); ?></th> <th><?php echo e(__('message.phone')); ?></th> <th><?php echo e(__('message.date')); ?></th> <th><?php echo e(__('message.note')); ?></th> </tr> </thead> <tbody> <?php $__currentLoopData = $members; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $index => $member): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr> <td><?php echo e($index + 1); ?></td> <td> <a href="<?php echo e(route('member.show-name' , $member->id)); ?>?name=<?php echo e($member->name); ?>"> <?php echo e($member->name); ?> </a> </td> <td> <a href="<?php echo e(route('member.show-phone' , $member->id)); ?>?phone=<?php echo e($member->phone); ?>"> <?php echo e($member->phone); ?> </a> </td> <td> <?php echo e($member->created_at->format('d-m-Y H:i')); ?> </td> <td> <?php echo e($member->note); ?> </td> <td> <!-- <form method="POST" action="currencies/<?php echo e($member->id); ?>" style="display:inline"> <input name="_method" type="hidden" value="DELETE"> <?php echo e(csrf_field()); ?> <button type="submit" class="btn btn-sm btn-danger" onclick="return confirm('<?php echo e(__('message.do you want to delete')); ?>?')"> <i class="fal fa-trash" style="color: #FFF;"></i> </button> --> </td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </tbody> </table> <!-- datatable end --> </div> </div> </div> <div class="py-4 mt-4 mx-2 "> <!-- Pagination bootstrap--> <?php if($members->hasPages()): ?> <div class="d-flex m-2 p-2" style="justify-content: space-between;align-items: start;width: 20%"> <select id="paginate" onchange="working()" class="form-select text-center rounded mr-2 mt-1" aria-label="Default select example" style="width: 90px;font-size: 12px;border: 1px solid rebeccapurple"> <option selected hidden="hidden"><?php echo e($paginate); ?></option> <option value="25">25</option> <option value="50">50</option> <option value="100">100</option> <option value="250">250</option> <option value="500">500</option> <option value="1000">1000</option> </select> <div class=""> <?php echo e($members->appends($_GET)->links()); ?> </div> </div> <?php endif; ?> </div> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('scripts'); ?> <script> $(document).ready(function() { $("#js-nav-menu").removeClass('active'); $("#js-nav-menu li ul li").removeClass('active'); $("#menu_member").addClass('active') }) function working(){ $('#search-form').submit(); } </script> <?php $__env->stopSection(); ?> <?php $__env->startSection('meta'); ?> <title><?php echo e(__('message.customer')); ?> - <?php echo e($settings_->shop_name); ?></title> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.admin-main', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/html/jewelry-pos/resources/views/members/index.blade.php ENDPATH**/ ?>