OwlCyberSecurity - MANAGER
Edit File: 34a838a4cd83b5b3f7323d288a93f87eba0864b6.php
<?php $__env->startSection('title'); ?> <?php echo e($title); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('levelCSS'); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('body'); ?> <div class="container-fluid"> <div class="row"> <div class="col-sm-12 nopaddingsmall"> <div class="col-sm-12 nopaddingsmall" style="text-align: center"> <?php if(count($tt)>0): ?> <table class="table table-striped smTableFontSize" style="background-color: #f8f9f9; font-size: 14px; width: 100%; margin-top: -10px;"> <tbody> <tr style="height: 9px;"> <td style="width: 8%; height: 9px; background-color: #2E86C1; text-align: center;"><span style="color: #ffffff;">DATE</span></td> <td style="width: 8%; height: 9px; background-color: #2E86C1; text-align: center;"><span style="color: #ffffff;">TIME</span></td> <td style="width: 10%; height: 9px; background-color: #2E86C1; text-align: center;"><span style="color: #ffffff;">LEAG</span></td> <td style="width: 55%; height: 9px; background-color: #2E86C1; text-align: left;"><span style="color: #ffffff;">FIXTURE</span></td> <td style="width: 12%; height: 9px; background-color: #2E86C1; text-align: center;"><span style="color: #ffffff;">TIP</span></td> <td style="width: 12%; height: 9px; background-color: #2E86C1; text-align: center;"><span style="color: #ffffff;">ODD</span></td> <td style="width: 15%; height: 9px; background-color: #2E86C1; text-align: center;"><span style="color: #ffffff;">RESULT</span></td> </tr> <?php $ttOdds = 1; ?> <?php $__currentLoopData = $tt; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr style="height: 3px;"> <td style="height: 3px; text-align: center;"><span style="color: #2E86C1;"><strong><?php echo e(\Carbon\Carbon::parse($item->gameDate)->format('d-m')); ?></strong></span></td> <td style="height: 3px; text-align: center;"><span style="color: #2E86C1;"><strong><?php echo e($item->gameTime); ?></strong></span></td> <td style="height: 3px; text-align: center;"><?php echo e($item->league); ?></td> <td style="height: 3px; text-align: left;"><?php echo e(ucfirst($item->teamOne)); ?> <span style="color: #2E86C1;"><strong>VS</strong></span> <?php echo e(ucfirst($item->teamTwo)); ?></td> <?php if($keys=='mega'): ?> <td><span><?php echo e($item->sportpesaTip); ?></span></td> <td style="width: 9%; background-color: #720000; color: #ffffff"><span><?php echo e($item->sportpesaOdds); ?></span></td> <?php elseif($keys=='midWeek'): ?> <td><span><?php echo e($item->mbetTip); ?></span></td> <td style="width: 9%; background-color: #720000; color: #ffffff"><span><?php echo e($item->mbetOdds); ?></span></td> <?php elseif($keys=='multibet3'): ?> <td><span><?php echo e($item->multiBetThreeTip); ?></span></td> <?php elseif($keys=='btts'): ?> <td><span>BTTS/GG</span></td> <?php elseif($keys=='super'): ?> <td><span><?php echo e($item->superTip); ?></span></td> <?php elseif($keys=='multibet1'): ?> <td><span><?php echo e($item->multiBetOneTip); ?></span></td> <?php elseif($keys=='ov3'): ?> <td><span><?php echo e($item->over35Goals); ?></span></td> <?php elseif($keys=='htft'): ?> <td><span><?php echo e($item->HTFT); ?></span></td> <?php elseif($keys=='wt'): ?> <td><span><?php echo e($item->weekendTip); ?></span></td> <?php endif; ?> <td style="width: 11%; color: #720000"><span><?php echo e($item->teamOneScore); ?>:<?php echo e($item->teamTwoScore); ?></span></td> </tr> <?php if($keys=='mega'): ?> <?php if (isset($item->sportpesaOdds)){$ttOdds = $ttOdds * $item->sportpesaOdds;} ?> <?php elseif($keys=='midWeek'): ?> <?php if (isset($item->mbetOdds)){$ttOdds = $ttOdds * $item->mbetOdds;} ?> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </tbody> </table> <div class="col-sm-12"><h3 class="text-primary badge" style="background-color: #000;"> Odd Value = <strong style="font-size: 16px;" class="text-primary"><?php echo e(number_format($ttOdds, 2)); ?></strong> </h3></div> <?php else: ?> <h4 class="alert alert-warning text-center"><i class="fa fa-times-circle text-danger"></i>We had no tips here yesterday!.</h4> <?php endif; ?> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('levelJS'); ?> <?php $__env->stopSection(); ?> <?php echo $__env->make('account.layouts.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>