• Wallet Balance Rs:{{ round(Auth::user()->wallet_amount, 2) }}
    Credit Limit Rs:{{ round(Auth::user()->credit_limit, 2) }}
  • @if (Auth::user()->profile_picture_url) @else @endif {{ ucfirst(Auth::user()->first_name) . ' ' . ucfirst(Auth::user()->last_name) }}
    • User Profile
    • @if($user_type != 'agent')
    • Setting
    • @endif