@extends('layouts.app') @section('content')

Add User

Create an admin, content creator, or reader account.

Back
@if($errors->any())
{{ $errors->first() }}
@endif
@csrf
This value is used for mobile and web sign-in.
Required for content creators and readers because guide access is clinic-scoped.
@endsection