@extends('admin.layouts.sellermaster') @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') }}

Upload
@if(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