@extends('layouts.admin') @section('title', 'Create New User') @section('content')
Back to Users

Create New User

Add a new user to the system

@if ($errors->any())

There were errors with your submission

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf

User Information

Basic information about the user

Cancel
@endsection