@extends('layouts.app', ['title' => 'Edit user', 'showNav' => true]) @section('content')

Edit user

@if($protected)
This is the only active user. Status cannot be changed and the account cannot be deleted.
@endif
@csrf @method('PUT')
Email cannot be changed.
Leave blank to keep current password.
@if($protected)
Active (locked)
@else
is_active))>
@endif
Cancel
@endsection