@extends('layouts.app') @section('title', 'New User') @section('content')
New User Account
@csrf
@include('users._form')
@endsection