@extends('adminlte::page') @section('title', 'Create User') @section('content_header')

Create User

@endsection @section('content') @if($errors->any())
@endif
@csrf
Used for WhatsApp sending. You can enter 0-leading local numbers; the system stores them as 62…
Leave empty to send a password reset link to the user. Generated password will meet strong policy (≥12 chars, upper/lower/number/symbol).
@foreach($roles as $role)
@endforeach
@section('js') @endsection @endsection