@extends('admin.layouts.master-soyuz') @section('title',__("Edit user :username |",['username' => $user->name])) @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Edit user') }} @endslot @slot('menu1') {{ __('User') }} @endslot @slot('menu2') {{ __("Edit user :username |",['username' => $user->name]) }} @endslot @slot('button')
{{ __("Back")}}
@endslot @endcomponent
@if ($errors->any()) @endif
{{__("Edit user")}}
id) }}"> @csrf @method('PUT')
@if(in_array('Seller', auth()->user()->getRoleNames()->toArray()) && Module::has('SellerSubscription') && Module::find('sellersubscription')->isEnabled())
@endif


@if($wallet_system == 1 ) @if(isset($user->wallet))


{{ __('Please select wallet status') }}
@endif @endif
{{$errors->first('password_confirmation')}}
@if($user->image !="" && @file_exists(public_path().'/images/user/'.$user->image)) @else @endif
{{ $user->name }}

{{ $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

@endsection @section('custom-script')