@extends('frontend.layouts.app')
@section('content')
@php
$isLogin = auth()->check();
$prefix = $isLogin ? '/secure' : '';
$providers = get_providers(['fish', 'fishing', 'FH']);
@endphp
@push('styles')
@endpush
@include('frontend.partials.mobile.header')
@include('frontend.partials.mobile.sidebar-menu')
Live Casino
@foreach($providers as $p)
@endforeach
@include('frontend.partials.mobile.bottom-nav')
@include('frontend.partials.desktop.header')
@foreach($providers as $p)
@endforeach
@include('frontend.partials.desktop.footer')
@endsection
@push('scripts')
@endpush