@extends('frontend.layouts.app') @section('content') @php $isLogin = auth()->check(); $prefix = $isLogin ? '/secure' : ''; $providers = get_providers(['sportbook', 'sportbooks', 'SB']); @endphp @push('styles') @endpush
@include('frontend.partials.mobile.header') @include('frontend.partials.mobile.sidebar-menu')
@include('frontend.partials.mobile.bottom-nav')
@include('frontend.partials.desktop.header')
{{ general()->title }}
Banner
@include('frontend.partials.desktop.footer')
@endsection @push('scripts') @endpush