@extends('layouts.app') @section('title', 'Create User') @section('content')

Create User

Provision a new account for any company and role.
Back
@csrf @include('admin.users._form')
@endsection