@extends('layouts.admin') @section('title', 'Create User ยท Aromaniacs ERP') @section('overline', 'Access Control') @section('heading', 'Create User') @section('content')
@csrf @include('admin.users._form')
@endsection