OwlCyberSecurity - MANAGER
Edit File: 038cb1a295cec3daf8470d7524f6c1a8fc8bcfb6.php
<div class="row"> <div class="col-md-6"> <?php $g11 = substr($game->teamoneform, 0, 1); $g12 = substr($game->teamoneform, 1, 1); $g13 = substr($game->teamoneform, 2, 1); $g14 = substr($game->teamoneform, 3, 1); $g15 = substr($game->teamoneform, 4, 1); $g21 = substr($game->teamtwoform, 0, 1); $g22 = substr($game->teamtwoform, 1, 1); $g23 = substr($game->teamtwoform, 2, 1); $g24 = substr($game->teamtwoform, 3, 1); $g25 = substr($game->teamtwoform, 4, 1); ?> <style> .class1{color: white; background: green; padding: 3px 8px; border-radius: 100px; font-weight: bold;} .class2{color: green; background: yellow; padding: 4px 10px; border-radius: 100px; font-weight: bold;} .class3{color: white; background: red; padding: 3px 10px; border-radius: 100px; font-weight: bold;} .cont{margin-bottom: 0px; margin-top: 0px; text-align: center;} </style> <table class="table"> <tr> <td><h3 class="cont"><?php echo e($game->teamone); ?></h3></td> <td rowspan="3" style="background: #b1f10c; color: red; text-align: center" valign="bottom">VS</td> <td><h3 class="cont"><?php echo e($game->teamtwo); ?></h3></td> </tr> <tr> <td> <?php if($g11=='W'): ?> <span class="class1"><?php echo e($g11); ?></span> <?php elseif($g11=='D'): ?> <span class="class2"><?php echo e($g11); ?></span> <?php else: ?> <span class="class3"><?php echo e($g11); ?></span> <?php endif; ?> <?php if($g12=='W'): ?> <span class="class1"><?php echo e($g12); ?></span> <?php elseif($g12=='D'): ?> <span class="class2"><?php echo e($g12); ?></span> <?php else: ?> <span class="class3"><?php echo e($g12); ?></span> <?php endif; ?> <?php if($g13=='W'): ?> <span class="class1"><?php echo e($g13); ?></span> <?php elseif($g13=='D'): ?> <span class="class2"><?php echo e($g13); ?></span> <?php else: ?> <span class="class3"><?php echo e($g13); ?></span> <?php endif; ?> <?php if($g14=='W'): ?> <span class="class1"><?php echo e($g14); ?></span> <?php elseif($g14=='D'): ?> <span class="class2"><?php echo e($g14); ?></span> <?php else: ?> <span class="class3"><?php echo e($g14); ?></span> <?php endif; ?> <?php if($g15=='W'): ?> <span class="class1"><?php echo e($g15); ?></span> <?php elseif($g15=='D'): ?> <span class="class2"><?php echo e($g15); ?></span> <?php else: ?> <span class="class3"><?php echo e($g15); ?></span> <?php endif; ?> </td> <td> <?php if($g21=='W'): ?> <span class="class1"><?php echo e($g21); ?></span> <?php elseif($g21=='D'): ?> <span class="class2"><?php echo e($g21); ?></span> <?php else: ?> <span class="class3"><?php echo e($g21); ?></span> <?php endif; ?> <?php if($g22=='W'): ?> <span class="class1"><?php echo e($g22); ?></span> <?php elseif($g22=='D'): ?> <span class="class2"><?php echo e($g22); ?></span> <?php else: ?> <span class="class3"><?php echo e($g22); ?></span> <?php endif; ?> <?php if($g23=='W'): ?> <span class="class1"><?php echo e($g23); ?></span> <?php elseif($g23=='D'): ?> <span class="class2"><?php echo e($g23); ?></span> <?php else: ?> <span class="class3"><?php echo e($g23); ?></span> <?php endif; ?> <?php if($g24=='W'): ?> <span class="class1"><?php echo e($g24); ?></span> <?php elseif($g24=='D'): ?> <span class="class2"><?php echo e($g24); ?></span> <?php else: ?> <span class="class3"><?php echo e($g24); ?></span> <?php endif; ?> <?php if($g25=='W'): ?> <span class="class1"><?php echo e($g25); ?></span> <?php elseif($g25=='D'): ?> <span class="class2"><?php echo e($g25); ?></span> <?php else: ?> <span class="class3"><?php echo e($g25); ?></span> <?php endif; ?> </td> </tr> <tr> <td style="font-size: 120%;"><strong>ODDS: </strong><?php echo e($game->teamoneodds); ?></td> <td style="font-size: 120%;"><strong>ODDS: </strong><?php echo e($game->teamtwoodds); ?></td> </tr> <?php if($game->teamonewon==NULL): ?> <tr> <td colspan="3" style="background: #b1f10c; color: red; text-align: center"><center>RESULT NOT YET ADDED</center></td> </tr> <?php else: ?> <tr> <td style="background: #b1f10c; color: red;"><b>Score: </b> <?php echo e($game->teamonescore); ?></td> <td style="background: #b1f10c; color: red;"><center></center></td> <td style="background: #b1f10c; color: red;"><b>Score: </b> <?php echo e($game->teamtwoscore); ?></td> </tr> <tr> <td style="background: #b1f10c; color: red;"><b>Status: </b> <?php echo e($game->teamonewon); ?></td> <td style="background: #b1f10c; color: red;"><center></center></td> <td style="background: #b1f10c; color: red;"><b>Status: </b> <?php echo e($game->teamtwowon); ?></td> </tr> <?php endif; ?> </table> <hr> <table class="table table-striped"> <tr> <th>DRAW ODD</th> <td><?php echo e($game->drawodd); ?></td> </tr> <tr> <th>MAESTRO SELECTION</th> <td><?php echo e($game->maestro); ?></td> </tr> <tr> <th>TODAY'S GAME</th> <td><?php echo e($game->today_game); ?></td> </tr> <tr> <th>STAKE OF THE DAY</th> <td><?php echo e($game->stake_of_the_day); ?></td> </tr> <tr> <th>FULL-TIME RECOMMEND.</th> <td><?php echo e($game->ft_recommendation); ?></td> </tr> <tr> <th>FIRST HALF GOALS</th> <td><?php echo e($game->firsthalf_goals); ?></td> </tr> <tr> <th>DOUBLE CHANCE</th> <td><?php echo e($game->double_chance); ?></td> </tr> <tr> <th>1.5 GOALS</th> <td><?php echo e($game->onefive_goals); ?></td> </tr> <tr> <th>2.5 GOALS</th> <td><?php echo e($game->twofive_goals); ?></td> </tr> <tr> <th>BOTH TEAM TO SCORE</th> <td><?php echo e($game->both_team_score); ?></td> </tr> <tr> <th>FIRST HALF RESULT</th> <td><?php echo e($game->firsthalf_result); ?></td> </tr> </table> </div> <div class="col-md-6"> <table class="table table-striped"> <tr> <th>WIN EITHER HALF</th> <td><?php echo e($game->win_either_half); ?></td> </tr> <tr> <th>1ST 15 MINS DRAW</th> <td><?php echo e($game->first15mins_draw); ?></td> </tr> <tr> <th>VALUE STAKES</th> <td><?php echo e($game->value_stakes); ?></td> </tr> <tr> <th>DRAW OPTION</th> <td><?php echo e($game->draw_option); ?></td> </tr> <tr> <th>3 ODDS BANKER</th> <td><?php echo e($game->three_odds_banker); ?></td> </tr> <tr> <th>7 ODDS BANKER</th> <td><?php echo e($game->seven_odds_banker); ?></td> </tr> <tr> <th>HIGHEST SCORING HALF</th> <td><?php echo e($game->highest_scoring_half); ?></td> </tr> <tr> <th>MORE OPTIONS</th> <td><?php echo e($game->more_options); ?></td> </tr> <tr> <th>DOUBLE CHANCE/BTTS</th> <td><?php echo e($game->double_chance_btts); ?></td> </tr> <tr> <th>3.5 GOALS</th> <td><?php echo e($game->threefive_goals); ?></td> </tr> <tr> <th>WIN BOTH HALVES</th> <td><?php echo e($game->win_both_half); ?></td> </tr> <tr> <th>SCORE BOTH HALVES</th> <td><?php echo e($game->score_both_half); ?></td> </tr> <tr> <th>HANDICAP (0:1, 1:0)</th> <td><?php echo e($game->handicap_one); ?></td> </tr> <tr> <th>HANDICAP (0:2, 2:0)</th> <td><?php echo e($game->handicap_two); ?></td> </tr> <tr> <th>1X3/BTTS</th> <td><?php echo e($game->x2btts); ?></td> </tr> <tr> <th>SMASHING ACCUMULATOR</th> <td><?php echo e($game->smashing); ?></td> </tr> <tr> <th>MEGA WEEKEND</th> <td><?php echo e($game->mega); ?></td> </tr> </table> </div> </div>