@yield('styles')
Menu mobile
Home
FAQs
@if(Cookie::get('api_token') != null)
Current Bal: {{json_decode(Cookie::get('user'))->Current_balance}}
Account
My Profile
Notification
Statement
@csrf
Log Out
@else
Login
@endif
@yield('main-content')
@yield('scripts')