M1n1 Shira0ka File Manager
<?php $__env->startSection('content'); ?>
<h2>Logs</h2>
<table class="table">
<thead>
<tr>
<th scope="col">Photo</th>
<th scope="col">Membre</th>
<th scope="col">Notification</th>
<th scope="col">Il y a</th>
<th scope="col">Date</th>
</tr>
</thead>
<tbody>
<?php $__currentLoopData = $notifications; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $notif): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<tr style="color:white;background-color: <?php switch($notif->gravity): case (0): ?> <?php echo e('#28a745'); ?> <?php break; ?> <?php case (1): ?> <?php echo e('#856404'); ?> <?php break; ?> <?php case (2): ?> <?php echo e('#dc3545'); ?> <?php break; ?> <?php endswitch; ?>">
<?php if(!empty($notif->member)): ?>
<td>
<?php if(!empty($notif->member->photo)): ?>
<img style="width:100px" src="<?php echo e(route('avatar', $notif->member)); ?>" />
<?php endif; ?>
</td>
<td><?php echo e($notif->member->lastname . ' ' . $notif->member->firstname); ?></td>
<td><?php echo e($notif->log); ?></td>
<td><?php echo e($notif->get_delay()); ?></td>
<td><?php echo e($notif->get_date()); ?></td>
<?php else: ?>
<td></td>
<td></td>
<td><?php echo e($notif->log); ?></td>
<td><?php echo e($notif->get_delay()); ?></td>
<td><?php echo e($notif->get_date()); ?></td>
<?php endif; ?>
</tr>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</tbody>
</table>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/bullgymbny/app/resources/views/notifications.blade.php ENDPATH**/ ?>
GO Party By You