@extends('admin.layout.main') @section('admin')

Create New User

Add a new user to the system

@if($errors->any())
@endif

User Information

@csrf
Cancel
@endsection