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

Create New User

User Details
@csrf
Please provide a name.
Please provide a valid email address.
Please provide a password.
Please confirm the password.
Please select the user status.
Cancel
@endsection