@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)}}