@extends("front/layout.master") @php $sellerac = App\Store::where('user_id','=', $user->id)->first(); @endphp @section('title',__('staticwords.ManageAccount').' | ') @section("body")
• {{ __('staticwords.Hi!') }} {{$user->name}}
@if($user->image !="") @else @endif
{{ $user->email }}

{{ __('staticwords.MemberSince') }}: {{ date('M jS Y',strtotime($user->created_at)) }}


{{ __('staticwords.MyAccount') }}


{{csrf_field()}}
{{ __('staticwords.PersonalInformation') }}

{{ __('staticwords.Edit') }}

{{$errors->first('name')}} ({{ __('staticwords.PleaseEnterUserName') }})
{{$errors->first('email')}} ({{ __('staticwords.PleaseEnterUserEmail') }})

{{ __('staticwords.MobilePhone') }}

{{ __('staticwords.Edit') }}

{{$errors->first('mobile')}} ({{ __('staticwords.PleaseEnterMobileNo') }} )
({{ __('staticwords.PleaseEnterPhoneNo') }}. )

{{ __('staticwords.GeoLocation') }}

{{ __('staticwords.Edit') }}