@extends('layouts.app') @section('title', 'Edit User') @section('content')

Edit User

Update Owner or Staff account

← Back to Users
{{-- Validation Errors --}} @if ($errors->any())
Please fix the following errors:
@endif
User Information
@csrf @method('PUT') {{-- Name --}}
{{-- Email --}}
{{-- Password --}}
Leave blank if you don't want to change the password.
{{-- Confirm Password --}}
{{-- Role --}}
{{-- Buttons --}}
Cancel
{{-- Password Toggle Script --}} @endsection