Update Role
You can update role from here
@if(session()->has('success'))
{{ session('success') }}
@endif
@if(session()->has('error'))
{{ session('error') }}
@endif
Role Information
Be Carefull on changing it. This may distrub the site behaviours do only when necessary.