@extends('admin.layouts.app') @section('content')
@csrf

{{$row->id ? 'Change Password: '.$row->getDisplayName() : 'Add new user'}}

@include('admin.message')
@if($row->id) {{ __('Change Password')}} @else {{ __('Password')}} @endif
@if($row->id and $row->id != $currentUser->id and !$currentUser->hasPermissionTo('user_update') )
@endif
@endsection