@extends('admin.layouts.master-soyuz') @section('title',"Edit User - $user->name |") @section('body') @component('admin.component.breadcumb',['secondactive' => 'active']) @slot('heading') {{ __('Edit User') }} @endslot @slot('menu1') {{ __('Edit User') }} @endslot @slot('button')
@endslot @endcomponent{{ $error}}
@endforeach{{ $user->store['name'] ?? '' }}
@if(!isset($user->country)) {{__("Location not updated")}} @else {{ isset($user->city) ? $user->city->name : "" }} {{ isset($user->state) ? $user->state->name : "" }} {{ isset($user->country) ? $user->country->nicename : "" }} @endif
TOTAL PRODUCTS
TOTAL PURCHASE