{{ __('Create New User') }}

{{ __('Back to Users') }}
@if ($errors->any())
{{ __('Whoops! Something went wrong.') }}
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
{{ __('Create User') }}