@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')
Select All Deselect All
@if ($errors->has('roles'))
{{ $errors->first('roles') }}
@endif
@can('new_reseller_create')
@endif @can('new_reseller_create')
@endcan
@endsection @section('scripts') @endsection