MEGA CASINO
WORLD
@auth
BDT
{{ number_format((float)auth()->user()->caBalance, 2) }}
{{ auth()->user()->phone ?? auth()->user()->email ?? 'Member' }}
@csrf
Logout
@else
Login
@endauth
Home
Games
Wallet
Promotions
VIP
@if(session('ok'))
{{ session('ok') }}
@endif @if($errors->any())
{{ $errors->first() }}
@endif @yield('content')