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

Create User

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