File: /var/www/html/punjabcabs/storage/framework/views/fb34c4670ed4cf32eb494f35aa26b87aa1e283cd.php
<div class="sidebar-activity">
<div class="notifications">
<table class="table">
<tr>
<th>Driver Details</th>
<th>Status</th>
</tr>
<?php $__currentLoopData = $drivers; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $index => $driver): $__env->incrementLoopIndices(); $loop = $__env->getFirstLoop(); ?>
<tr>
<td class="drive-font"><?php echo e($driver->firstname); ?> - <?php echo e($driver->servicename); ?> - (<?php echo e($driver->servicenumber); ?>)</td>
<td><button class="btn btn-sm
<?php if($driver->currentstatus =='riding'): ?>
btn-primary
<?php else: ?>
btn-success
<?php endif; ?>">
<?php echo e($driver->currentstatus); ?>
</button>
</td>
</tr>
<?php endforeach; $__env->popLoop(); $loop = $__env->getFirstLoop(); ?>
</table>
</div>
</div>