uawdijnntqw1x1x1
IP : 216.73.216.93
Hostname : panel.codeskitter.com
Kernel : Linux panel.codeskitter.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
Disable Function : apache_child_terminate, apache_note, apache_setenv, define_syslog_variables, dl, link, opcache_get_status, openlog, pcntl_exec, pcntl_fork, pcntl_setpriority, popen, posix_getpwuid, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid
OS : Linux
PATH:
/
home
/
users
/
unlimited
/
www
/
admin.brosiper.codeskitter.site
/
resources
/
.
/
views
/
user-export.blade.php
/
/
<div class="row"> <div class="col-lg-12 text-center "><h1 >Basic Campaign List</h1></div> <div class="col-lg-12"> <table> <thead> <tr> <th>Message Analytics</th> <th></th> <th></th> <th> Total Campaign : {{ $data->count() }} <br> Dara </th> <th> </th> <th></th> <th></th> <th></th> </tr> <tr> <th>SL</th> <th>Cmapaign Name</th> <th>Description</th> <th>Start Date</th> <th>End Date</th> <th>Daily Start Time</th> <th>Daily End Time</th> <th>Total Store Joined </th> </thead> <tbody> @foreach($data as $key => $campaign) <tr> <td>{{ $loop->index+1}}</td> <td>{{ $campaign->title }}</td> <td>{{ $campaign->description }}</td> <td>{{ $campaign->start_date->format('d M Y') }}</td> <td>{{ $campaign->end_date->format('d M Y') }}</td> <td>{{ \Carbon\Carbon::parse($campaign->start_time)->format("H:i A") }}</td> <td>{{ \Carbon\Carbon::parse($campaign->end_time)->format("H:i A") }}</td> <td>{{ $campaign->stores->count() }}</td> </tr> @endforeach </tbody> </table> </div> </div>
/home/users/unlimited/www/admin.brosiper.codeskitter.site/resources/./views/user-export.blade.php