@extends('layouts.master') @section('page_title','Edit User') @section('title','User Details') @section('main_item','User') @section('sub_item','Edit User') @section('content')

Edit User

@csrf @method('PUT')
@if(Auth::check() && Auth::user()->user_type === 'system_user')
Select All Deselect All
@if ($errors->has('roles'))
{{ $errors->first('roles') }}
@endif
@endif
@if(Auth::check() && Auth::user()->user_type === 'system_user')
@endif
@if(Auth::check() && Auth::user()->user_type === 'system_user') @can('new_reseller_create')
@endif @can('new_reseller_create')
@endcan @endif
@if(Auth::check() && Auth::user()->user_type === 'system_user')
@if ($settings->dropship_option == 1)

@foreach ($user->dropshiper as $dropship)
@endforeach @endif
@endif
@endsection @section('scripts') @endsection