@extends('AdminMaster.authMaster') @section('content')
Add User
@csrf
Select User Type
Choose User Type
@foreach($userTypes as $userType) @if($userType->id != 1)
user_type == $userType->id )>{{ $userType->name }}
@endif @endforeach
Username
Email address
Password
Confirm Password
Submit
@endsection