@extends("front/layout.master") @section('meta_tags') Welcome to your account. Sign in or create an account to start @endsection @php $sellerac = App\Store::where('user_id','=', $user->id)->first(); @endphp @section("body")
@include('user.sidebar')

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


@if ($errors->any()) @endif
{{csrf_field()}}
@if($user->image !="") @if(file_exists(public_path().'/images/user/'.$user->image)) User Image @else User Image @endif @else @endif
@if($user->image !="") Delete photo @endif
{{ $user->email }}