@extends('layouts.app') @section('content') @php $isLogin = auth()->check(); @endphp
@include('desktop.partials.runningtext')
{{-- ================= BANNER ================= --}} {{-- ================= IDN ================= --}} @auth @else {{-- ================= BUTTON ================= --}} @endauth @include('desktop.partials.slotcarousel') @include('desktop.partials.pages.hotslots')
@include('desktop.partials.pages.toptables')
@include('desktop.partials.pages.eksklusif') @include('desktop.partials.pages.promosi')
@endsection