@extends('layouts.app_layout') @section('title') Add User @endsection @section('content') @include('inc.errors')
@csrf

Add User

Please enter your first, second and last names.
{{-- Email will be used . --}}

Roles and Permissions

Be careful will writing your username.
Be careful will writing your password and use complex password
Password not matched

More Informations

Back To All @endsection