@if (session()->exists('user.idbeforeswitch.id') && session()->exists('user.idbeforeswitch.token'))
Go Back to Admin Panel
@endif @auth
Balance: ${{ App\Models\Reseller::firstWhere('user_id', Auth::id())->balance }}
@endauth
@yield('content') @stack('script') @yield('endfooter')