@if (!isset(auth()->user()->username))
@else
@endif

@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
{{--
--}} all @lang('app.all')
    @if ($titles && count($titles)) @foreach (array_slice($titles, 7) as $index => $title)
  • {{ $title }}
  • @endforeach @endif