@extends('layouts.app') @section('title', 'Add User - Tiqkets') @section('page-title', 'Add User') @section('content')
User Information
@csrf
@error('name')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
@error('phone')
{{ $message }}
@enderror
@error('branch_id')
{{ $message }}
@enderror
@error('role')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
Cancel
Information
User Roles

Location Manager: Manages a single branch with full control.

Floor Manager: Manages floor operations and table assignments.

Front Desk: Handles customer check-ins and basic operations.

Password Requirements
  • Minimum 8 characters
  • Include uppercase & lowercase letters
  • Include numbers and special characters
@endsection