@include('layouts.sidebar')
Add User Form
@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
Full Name
*
Login Name
*
Email
*
Password
*
Contact Number
*
User Type
*
Select User Type
@foreach ($userTypes as $userType)
{{ $userType->type_name }}
@endforeach
Contact Address
*
Clear
Submit
@include('layouts.footer')