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

Add New User

Create a new user and assign a role.

@csrf
@endsection