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

Create User

{!! csrf_field() !!} @include('users/form')
@stop