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

Create User

@include('admin.users.form')
@endsection