@lang('app.last_winner')
-
@if(count($games) > 0)
@for ($i = 0;$i < 5;$i++)
@php
$g = $games[(int)(rand(0, count($games)-1))];
$p = ['Samuel J','Robert R ','Macy L','Jimmy TM','The Ace','Lenny L','Killer Player','Margerie M','Stiff T','Pinnacle Gamer','Jeanette P','Gordon R', 'Mary E', 'Daniel R', 'Sumit A'];
@endphp
-
{{$p[rand(0, 14)]}} @lang('app.just_won')
in
€ {{number_format(rand(5, 3000)/rand(1,10), 2)}}
@endfor
@endif
-
@php
$top_categories = ['netent', 'playtech', 'pragmatic', 'wazdan', 'amatic', 'isoftbet'];
@endphp
@foreach ($top_categories as $k=>$v)
-
{{ lcfirst($v) }}
@endforeach
-
@if ($categories && count($categories))
@foreach($categories AS $index=>$category)
@if (!in_array($category->href, $top_categories))
-
{{ $category->title }}
@endif
@endforeach
@endif