@extends('admin.layouts.sellermastersoyuz') @section('title', __('Edit Profile')) @section('body') @include('admin.layouts.topbar',$data)
{{ $error}}
@endforeach{{ 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
{{ __('TOTAL PRODUCTS') }}
{{ __('TOTAL PURCHASE') }}