@if ($errors->any())
@endif
@if (Session::has('error_message'))
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
Error! {{ Session::get('error_message') }}
@endif
@if (Session::has('success_message'))
Success! {{ Session::get('success_message') }}
@endif
@if($employees->type != "admin")
@else
Cannot Set Roles & Permissions for Admins.
@endif