Home
@auth
Dashboard
Deposits
Investments
Referrals
Watch Ads
Withdrawals
@if(auth()->user()->role === 'admin')
Admin
@endif @endauth
Dark mode
@auth
@csrf
Logout
@else
Login
@endauth
@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
{{ $errors->first() }}
@endif @yield('content')