• @php $wallet = \Illuminate\Support\Facades\DB::table('wallets')->where('user_id', Auth::user()->chat_id)->first(); $balanceToman = $wallet ? $wallet->available_toman : 0; @endphp {{ __('dashboard.wallet') }} {{ number_format($balanceToman) }} {{ __('dashboard.toman') }}
  • {{ __('dashboard.purchases') }} {{ app()->getLocale() == 'fa' ? '‹' : '›' }}
  • علاقه‌مندی‌های من {{ app()->getLocale() == 'fa' ? '‹' : '›' }}
  • @csrf {{ __('auth.logout') }} {{ app()->getLocale() == 'fa' ? '‹' : '›' }}