@extends('frontend.layouts.app') @section('content') @php $isLogin = auth()->check(); $prefix = $isLogin ? '/secure' : ''; @endphp
@include('frontend.partials.mobile.header') @include('frontend.partials.mobile.sidebar-menu')
@include('frontend.partials.mobile.navbar')
@php if ($providersDB->isEmpty()) { // JIKA DATABASE KOSONG -> PAKAI DUMMY ORIGINAL ANDA $providers = [ ['url' => 'pm', 'img' => 'https://d1bkaj2gcjb1cb.cloudfront.net/common/assets/images/banner/mobile-v2/slots-Pragmatic-mobile.webp', 'alt' => 'Pragmatic Play'], ['url' => 'fp', 'img' => 'https://d1bkaj2gcjb1cb.cloudfront.net/common/assets/images/banner/mobile-v2/slots-Fat-Panda-mobile.webp', 'alt' => 'Fat Panda'], ['url' => 'mgp', 'img' => 'https://d1bkaj2gcjb1cb.cloudfront.net/common/assets/images/banner/mobile-v2/slots-Microgaming-mobile.webp', 'alt' => 'Microgaming'], ['url' => 's88', 'img' => 'https://d1bkaj2gcjb1cb.cloudfront.net/common/assets/images/banner/mobile-v2/slots-SLOT88-mobile.webp', 'alt' => 'Slot88'], ['url' => 'pg', 'img' => 'https://d1bkaj2gcjb1cb.cloudfront.net/common/assets/images/banner/mobile-v2/slots-PGSoft-mobile.webp', 'alt' => 'PGSoft'], ['url' => 'sg', 'img' => 'https://d1bkaj2gcjb1cb.cloudfront.net/common/assets/images/banner/mobile-v2/slots-Spadegaming-mobile.webp', 'alt' => 'Spadegaming'], ['url' => 'jl', 'img' => 'https://d1bkaj2gcjb1cb.cloudfront.net/common/assets/images/banner/mobile-v2/slots-JILI-mobile.webp', 'alt' => 'Jili'], ['url' => 'vp', 'img' => 'https://d1bkaj2gcjb1cb.cloudfront.net/common/assets/images/banner/mobile-v2/slots-Vpower-mobile.webp', 'alt' => 'Vpower'], ['url' => 'jk', 'img' => 'https://d1bkaj2gcjb1cb.cloudfront.net/common/assets/images/banner/mobile-v2/slots-JOKER-mobile.webp', 'alt' => 'Joker'], ['url' => 'hb', 'img' => 'https://d1bkaj2gcjb1cb.cloudfront.net/common/assets/images/banner/mobile-v2/slots-Habanero-mobile.webp', 'alt' => 'Habanero'], ['url' => 'fs', 'img' => 'https://d1bkaj2gcjb1cb.cloudfront.net/common/assets/images/banner/mobile-v2/slots-FASTSPIN-mobile.webp', 'alt' => 'Fastspin'], ['url' => 'lv2', 'img' => 'https://d1bkaj2gcjb1cb.cloudfront.net/common/assets/images/banner/mobile-v2/slots-Live22-mobile.webp', 'alt' => 'Live22'], ['url' => 'cq9', 'img' => 'https://d1bkaj2gcjb1cb.cloudfront.net/common/assets/images/banner/mobile-v2/slots-CQ9-mobile.webp', 'alt' => 'CQ9'], ['url' => 'ka', 'img' => 'https://d1bkaj2gcjb1cb.cloudfront.net/common/assets/images/banner/mobile-v2/slots-KAGaming-mobile.webp', 'alt' => 'KA Gaming'], ['url' => 'gp', 'img' => 'https://d1bkaj2gcjb1cb.cloudfront.net/common/assets/images/banner/mobile-v2/slots-Gameplay-mobile.webp', 'alt' => 'Gameplay'], ['url' => 'pt', 'img' => 'https://d1bkaj2gcjb1cb.cloudfront.net/common/assets/images/banner/mobile-v2/slots-Playtech-mobile.webp', 'alt' => 'Playtech'], ['url' => 'ps', 'img' => 'https://d1bkaj2gcjb1cb.cloudfront.net/common/assets/images/banner/mobile-v2/slots-Playstar-mobile.webp', 'alt' => 'Playstar'], ['url' => 'nt', 'img' => 'https://d1bkaj2gcjb1cb.cloudfront.net/common/assets/images/banner/mobile-v2/slots-NETENT-mobile.webp', 'alt' => 'Netent'], ['url' => 'nc', 'img' => 'https://d1bkaj2gcjb1cb.cloudfront.net/common/assets/images/banner/mobile-v2/slots-NLC-mobile.webp', 'alt' => 'Nolimit City'], ['url' => 'rt', 'img' => 'https://d1bkaj2gcjb1cb.cloudfront.net/common/assets/images/banner/mobile-v2/slots-RED-TIGER-mobile.webp', 'alt' => 'Red Tiger'], ['url' => 'jb', 'img' => 'https://d1bkaj2gcjb1cb.cloudfront.net/common/assets/images/banner/mobile-v2/slots-JDB-mobile.webp', 'alt' => 'JDB'], ['url' => 'fc', 'img' => 'https://d1bkaj2gcjb1cb.cloudfront.net/common/assets/images/banner/mobile-v2/slots-FACHAI-mobile.webp', 'alt' => 'Fa Chai'], ['url' => 'ap', 'img' => 'https://d1bkaj2gcjb1cb.cloudfront.net/common/assets/images/banner/mobile-v2/slots-AP-mobile.webp', 'alt' => 'AdvantPlay'], ['url' => 'hs', 'img' => 'https://d1bkaj2gcjb1cb.cloudfront.net/common/assets/images/banner/mobile-v2/slots-HACKSAW-mobile.webp', 'alt' => 'Hacksaw'], ['url' => 'bng', 'img' => 'https://d1bkaj2gcjb1cb.cloudfront.net/common/assets/images/banner/mobile-v2/slots-BNG-mobile.webp', 'alt' => 'BNG'], ['url' => 'png', 'img' => 'https://d1bkaj2gcjb1cb.cloudfront.net/common/assets/images/banner/mobile-v2/slots-PLAYNGO-mobile.webp', 'alt' => 'PlaynGo'], ['url' => 'alz', 'img' => 'https://d1bkaj2gcjb1cb.cloudfront.net/common/assets/images/banner/mobile-v2/slots-ALIZE-mobile.webp', 'alt' => 'Alize'], ['url' => 'ep', 'img' => 'https://d1bkaj2gcjb1cb.cloudfront.net/common/assets/images/banner/mobile-v2/slots-EVOPLAY-mobile.webp', 'alt' => 'Evoplay'], ['url' => 'ebtg', 'img' => 'https://d1bkaj2gcjb1cb.cloudfront.net/common/assets/images/banner/mobile-v2/slots-BTG-mobile.webp', 'alt' => 'BTG'], ['url' => 'ibx', 'img' => 'https://d1bkaj2gcjb1cb.cloudfront.net/common/assets/images/banner/mobile-v2/slots-IBEX-mobile.webp', 'alt' => 'Ibex'], ['url' => 'rlx', 'img' => 'https://d1bkaj2gcjb1cb.cloudfront.net/common/assets/images/banner/mobile-v2/slots-RELAX-mobile.webp', 'alt' => 'Relax Gaming'], ['url' => 'emp', 'img' => 'https://d1bkaj2gcjb1cb.cloudfront.net/common/assets/images/banner/mobile-v2/slots-IMPERIUM-mobile.webp', 'alt' => 'Imperium Games'], ['url' => 'ns', 'img' => 'https://d1bkaj2gcjb1cb.cloudfront.net/common/assets/images/banner/mobile-v2/slots-NEXTSPIN-mobile.webp', 'alt' => 'NextSpin'], ['url' => 'ss', 'img' => 'https://d1bkaj2gcjb1cb.cloudfront.net/common/assets/images/banner/mobile-v2/slots-SMARTSOFT-mobile.webp', 'alt' => 'Smartsoft'], ['url' => '5g', 'img' => 'https://d1bkaj2gcjb1cb.cloudfront.net/common/assets/images/banner/mobile-v2/slots-5G-mobile.webp', 'alt' => '5G Games'], ['url' => 'ng', 'img' => 'https://d1bkaj2gcjb1cb.cloudfront.net/common/assets/images/banner/mobile-v2/slots-Naga-mobile.webp', 'alt' => 'Naga Games'], ['url' => 'bs', 'img' => 'https://d1bkaj2gcjb1cb.cloudfront.net/common/assets/images/banner/mobile-v2/slots-BETSOFT-mobile.webp', 'alt' => 'Betsoft'], ['url' => 'ds', 'img' => 'https://d1bkaj2gcjb1cb.cloudfront.net/common/assets/images/banner/mobile-v2/slots-Dragoonsoft-mobile.webp', 'alt' => 'Dragoonsoft'], ['url' => 'ai', 'img' => 'https://d1bkaj2gcjb1cb.cloudfront.net/common/assets/images/banner/mobile-v2/slots-AIGAMING-mobile.webp', 'alt' => 'AI Gaming'], ['url' => 'lp', 'img' => 'https://d1bkaj2gcjb1cb.cloudfront.net/common/assets/images/banner/mobile-v2/slots-LITEPLAY-mobile.webp', 'alt' => 'Liteplay'], ['url' => 'km', 'img' => 'https://d1bkaj2gcjb1cb.cloudfront.net/common/assets/images/banner/mobile-v2/KINGMAKER-mobile.webp', 'alt' => 'Kingmaker'], ['url' => 'pgs', 'img' => 'https://d1bkaj2gcjb1cb.cloudfront.net/common/assets/images/banner/mobile-v2/PEGASUS-mobile.webp', 'alt' => 'Pegasus'], ['url' => 'ggs', 'img' => 'https://d1bkaj2gcjb1cb.cloudfront.net/common/assets/images/banner/mobile-v2/slots-GGSOFT-mobile.webp', 'alt' => 'GGSoft'], ['url' => 'ace', 'img' => 'https://d1bkaj2gcjb1cb.cloudfront.net/common/assets/images/banner/mobile-v2/ACE333-mobile.webp', 'alt' => 'ACE333'], ]; } else { // JIKA DATABASE TERISI -> PAKAI DATA DARI DATABASE $providers = []; foreach($providersDB as $db) { $providers[] = [ 'url' => strtolower($db->provider_code), // Anggap gambar disimpan di folder /uploads/providers/ 'img' => $db->banner_mobile, 'alt' => $db->provider_name ]; } } @endphp @foreach($providers as $p) @endforeach
@include('frontend.partials.mobile.bottom-nav')
@include('frontend.partials.desktop.header')
{{ general()->title }}
@include('frontend.partials.desktop.footer')
@endsection @push('scripts') @endpush