@extends('layouts.app', ['activePage' => 'user', 'titlePage' => __('Users')]) @section('content')

Users

@csrf
@error('name')

The name field is required

@enderror
@error('email')

The email field is required

@enderror

Once submitted, the user will receive an email with their password.

@endsection @push('js') @endpush