@extends('layouts.dashboard')
@section('title', 'Create User')
@section('content')
Create New User
Back to Users
User Creation Notes
- Users can only be created by admins
- Phone number must be unique
- User will use phone + password to login on Android app
- You can assign templates after creating the user
- Default settings will be applied automatically
@endsection