@extends('layouts.app') @section('title', 'Add User') @section('content')
{{-- Page Header --}}

Add User

Create a new Owner or Staff account

← Back to Users
{{-- Validation Errors --}} @if($errors->any())
Please fix the following errors:
@endif {{-- Add User Form --}}
User Information
@csrf {{-- Name --}}
{{-- Email --}}
{{-- Password --}}
{{-- Confirm Password --}}
{{-- Role --}}
{{-- Buttons --}}
Cancel
{{-- Password Toggle --}} @endsection