@yield('css')
Maza777
@if (Auth::check() && Auth::user()->role === 'user')
Money {{ App\Models\Wallet::where('user_id', Auth::user()->id)->first()->main_balance ?? 0 }} | Deposit
@elseif (Auth::check() && Auth::user()->role === 'demo')
Money 1000 | Deposit
@else Login Register @endif
@php if (!isset($provider)) { $provider = []; } @endphp
@if (Session::has('success'))
{{ Session::get('success') }}
@endif @if (Session::has('error'))
{{ Session::get('error') }}
@endif @yield('content') @if (Route::getFacadeRoot()->current()->uri() != 'playone')
@if (Auth::check()) @else {{-- Wallet --}} @endif
@endif {{-- //Jquery --}} @yield('js')