Add New Employee

Create an employee account and assign initial multiple roles.

@if ($errors->any())
@foreach ($errors->all() as $error)

• {{ $error }}

@endforeach
@endif
@csrf

Select one or more roles. Effective permissions will be the UNION of permissions across all selected roles.

@foreach($roles as $role) @endforeach
Cancel