@extends('frontend.Default.layouts.app') @section('page-title', $title) @section('content')
@php $return = \VanguardLTE\Returns::where('shop_id', Auth::user()->shop_id)->first(); $pincodes = \VanguardLTE\Pincode::where(['shop_id' => Auth::user()->shop_id, 'status' => 1, 'activated_at' => null])->count(); $happyhour = \VanguardLTE\HappyHour::where(['shop_id' => auth()->user()->shop_id, 'time' => date('G'), 'status' => 1])->first(); if(!$happyhour){ $happyhour = \VanguardLTE\HappyHour::where(['shop_id' => auth()->user()->shop_id, 'status' => 1])->where('time', '>',date('G'))->first(); } if(!$happyhour){ $happyhour = \VanguardLTE\HappyHour::where(['shop_id' => auth()->user()->shop_id, 'status' => 1])->first(); } @endphp

JACKPOT PROGRESSIVE

GRAND @if( count($jpgs) > 0 ) {{ $jpgs[0]->balance }} @endif
MAXI @if( count($jpgs) > 1 ) {{ $jpgs[1]->balance }} @endif
MAJOR @if( count($jpgs) > 2 ) {{ $jpgs[2]->balance }} @endif
MINOR @if( count($jpgs) > 3 ) {{ $jpgs[3]->balance }} @endif
MINI @if( count($jpgs) > 4 ) {{ $jpgs[4]->balance }} @endif
LITE @if( count($jpgs) > 5 ) {{ $jpgs[5]->balance }} @endif
@if ($games && count($games)) @foreach ($games as $key=>$game)
{{ $game->title }} Play {{ $game->title }}
@endforeach @endif
@stop