@extends('admin.layout.base') @section('title') {{'User'}} @endsection @section('content')

Edit User Details

Note: You can update user information including name and email but you cannot change the user's initial password.

@include('admin.layout.includes.successWalert')
Edit User
@method('PATCH')
Role: {!! Form::select('roles[]', $roles,$userRole, array('class' => 'form-control','multiple')) !!}


Cancel @csrf
@endsection