@extends("admin/layouts.master-soyuz") @section('title',"Edit User - $user->name |") @section("body")

{{ $user->name }}

{{ $user->store['name'] ?? '' }}
@if($user->image !="") @else @endif

{{csrf_field()}} {{ method_field('PUT') }}
It will display the username eg. John
Enter valid email address with @ symbol
Enter valid mobile no. eg. 7894561230
Enter valid phone no. eg. 0141-123456
Please select country
Please select state
Please select city
Optional field ( You can leave it blank )
Select user type eg. (Admin,Seller or Customer)
Please select user profile picture
@if($user->image !="") @else @endif
@if(env('ENABLE_SELLER_SUBS_SYSTEM') == 1)
@endif
Please select user status
@if($wallet_system == 1 ) @if(isset($user->wallet))
Please select wallet status
@endif @endif

{{$errors->first('password_confirmation')}}
Back
@endsection @section('custom-script')