@extends('admin.layouts.sellermastersoyuz') @section('title', __('Edit Profile')) @section('body') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Edit Profile') }}
@csrf


@if(Auth::user()->image !="" && file_exists(public_path().'/images/user/'.Auth::user()->image)) User Image @else @endif
{{ Auth::user()->name }}

{{ Auth::user()->store->name }}

@if(auth()->user()->country) {{ auth()->user()->city ? auth()->user()->city->name.', ' : '' }} {{ auth()->user()->state ? auth()->user()->state->name.', ' : '' }} {{ auth()->user()->country->nicename }} @else {{__("Location not updated")}} @endif

SELLER

@endsection @section('custom-script') @endsection