@extends('demand.layouts.main') @section('content')

Create User

{{ method_field('POST') }} @include('user._userForm') @include('shared._submit', [ 'entity' => 'users', 'button' => 'Create' ])
@endsection