@include('includes.navbar_top')
@foreach(\App\Models\Banner::where('type', 'carousel')->get() as $banner)
-
@endforeach
@if(count($gamesExclusives) > 0)
@include('includes.title', ['link' => url('/games?tab=exclusives'), 'title' => 'Jogos da Casa', 'icon' => 'fa-regular fa-gamepad-modern'])
@foreach(\App\Models\Banner::where('type', 'home')->get() as $banner)
@endforeach
@foreach($gamesExclusives as $gamee)
@endforeach
@endif
@if(count($gamesExclusives) > 0)
@include('includes.title', ['link' => url('/games?tab=pragmatic'), 'title' => 'Jogos Pragmatic', 'icon' => 'fa-regular fa-gamepad-modern'])
@foreach($gamesPragmatic as $game)
@endforeach
@endif
@if(count($gamesPopulars) > 0)
@include('includes.title', ['link' => url('/games?tab=popular'), 'title' => 'Populares', 'icon' => 'fa-duotone fa-stars'])
@foreach($gamesPopulars as $gamep)
@endforeach
@endif
@if(count($games) > 0)
@include('includes.title', ['link' => url('/games?tab=all'), 'title' => 'Todos os Jogos', 'icon' => 'fa-duotone fa-gamepad-modern'])
@foreach($games as $game)
@endforeach
@endif
@include('includes.title', ['link' => url('painel/affiliates'), 'title' => 'Afiliados', 'icon' => 'fa-light fa-face-tongue-money', 'labelLink' => 'Menu'])
SAIBA MAIS SOBRE NOSSO PROGRAMA DE AFILIADOS
Trabalhe conosco como afiliado e obtenha lucros significativos por meio de suas indicações.
Oferecemos condições especiais exclusivas para nossos afiliados.
@include('includes.title', ['link' => url('como-funciona'), 'title' => 'F.A.Q', 'icon' => 'fa-light fa-circle-info', 'labelLink' => 'Saiba mais'])
@include('web.home.sections.faq')
@include('includes.footer')