@extends('user.layout.base') @section('title', 'Profile ') @section('content')

  @lang('user.profile.profile')

@lang('user.profile.edit')

@include('common.notify')
your image
@lang('user.profile.name') : {{Auth::user()->first_name}}
@lang('user.profile.email'): {{Auth::user()->email}}
@lang('user.profile.mobile'): {{Auth::user()->mobile}}
@lang('user.profile.wallet_balance'): {{currency(Auth::user()->wallet_balance)}}
@endsection