@extends('layouts.app') @section('title', __('Add a user')) @section('page-title', __('Add a user')) @section('page-subtitle', __('Send an invitation by email or WhatsApp, or create the account directly.')) @section('content') @php $oldMode = old('_mode', $invitation ? 'invite' : 'invite'); $oldRole = old('role', 'user'); $oldChannels = (array) old('channels', ['email']); @endphp
{{ __('Shown once. The recipient sets a new password on accept.') }}