@include('form.text', ['name' => 'name'])
    
    @include('form.text', ['name' => 'email'])
@if(userCan('users-manage'))
    
        
        @include('form/role-checkboxes', ['name' => 'roles', 'roles' => $roles])
    
@endif
@if(isset($model))
    
        
            Only fill the below if you would like 
to change your password:
        
    
@endif
    
    @include('form.password', ['name' => 'password'])
    
    @include('form.password', ['name' => 'password-confirm'])