@extends('layouts.web') @section('title', config('setting')['software_name'].' - Cassino Online | Jogos de Slot e Apostas em Futebol') @section('seo') @endsection @push('styles') @endpush @section('content')
@include('includes.navbar_left')
@include('includes.navbar_top')
@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.

@csrf
@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')
@endsection @push('scripts') @endpush