@extends('admin.layouts.sellermastersoyuz') @section('title', __('Edit Profile')) @section('body') @component('seller.components.breadcumb',['secondactive' => 'active']) @slot('heading') {{ __('Edit Profile') }} @endslot @slot('menu1') {{ __('Edit Profile') }} @endslot @endcomponent
@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