@extends('base') @section('content')

{{ trans('settings.users_add_new') }}

{!! csrf_field() !!} @include('users/forms/' . $authMethod)
@stop