@extends('layouts/layout') @section('content')

Create User

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