@extends('user.layout.base') @section('title', 'Profile ') @section('content')
{{Auth::user()->first_name}}
{{Auth::user()->last_name}}
{{Auth::user()->email}}
{{Auth::user()->mobile}}
{{currency(Auth::user()->wallet_balance)}}
@if(!empty($language[Auth::user()->language])) {{$language[Auth::user()->language]}} @else {{$language['en']}} @endif
{{Auth::user()->country_code}}