BuildWebX WhatsApp Platform
{{ __('Dashboard') }} {{ __('Templates') }} {{ __('Messages') }} {{ __('Incoming') }} {{ __('Settings') }} @if(auth()->user()->isUser()) {{ __('Wallet') }} @endif @if(auth()->user()->isAdmin()) {{ __('Admin') }} @endif
@if(auth()->user()->isUser())
₹{{ number_format(auth()->user()->wallet_balance ?? 0, 2) }}
@endif {{ __('Profile') }}
@csrf {{ __('Log Out') }}
{{ __('Dashboard') }} {{ __('Templates') }} {{ __('Messages') }} {{ __('Incoming') }} {{ __('Settings') }} @if(auth()->user()->isUser()) {{ __('Wallet') }} @endif @if(auth()->user()->isAdmin()) {{ __('Admin') }} @endif
{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ __('Profile') }}
@csrf {{ __('Log Out') }}