Uname: Linux peekpos.com 6.8.0-1060-aws #63~22.04.1-Ubuntu SMP Tue Jun 30 02:32:53 UTC 2026 x86_64
Software: Apache
PHP version: 8.3.25 [ PHP INFO ] PHP os: Linux
Server Ip: 47.130.192.226
Your Ip: 10.1.31.86
User: www (1001) | Group: www (1001)
Safe Mode: OFF
Disable Function:
passthru,putenv,chroot,chgrp,chown,shell_exec,popen,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv

name : topuserstable.blade.php
@php
    $ran = array("gradient-1","gradient-2","gradient-3","gradient-4","gradient-5","gradient-6","gradient-7","gradient-8","gradient-9");
@endphp
<table class="table">
<thead>
    <tr>
        <th>{{trans('labels.image')}}</th>
        <th>{{trans('labels.user_info')}}</th>
        <th>{{trans('labels.orders')}}</th>
    </tr>
</thead>
<tbody>
    @php $i = 1; @endphp
    @foreach ($topusers as $user)
        <tr>
            <td><img src="{{helper::image_path($user->profile_image)}}" class="rounded hw-50" alt=""></td>
            <td><a href="{{ URL::to('admin/users-'.$user->id) }}" class="td_a"><small>{{$user->name}} <br> {{$user->email}} <br> {{$user->mobile}}</small></a></td>
            <td>
                @php
                    $per = ($user->user_order_counter * 100) / count(@$getorderscount) ;
                @endphp
                {{number_format($per,2)}}%
                <div class="progress" style="height: 10px">
                    <div class="progress-bar {{$ran[array_rand($ran, 1)]}}" style="width: {{$per}}%;" role="progressbar">
                        <span class="sr-only">{{ $per }}% {{ trans('labels.orders') }}</span>
                    </div>
                </div>    
            </td>
        </tr>
    @endforeach
</tbody>
</table>
© 2026 GrazzMean