This permission allows the admin to give access to "Dashboard" menu.
@foreach ($allPermissions as $permission)
name,$selectedPermissions) ? 'checked' : '' }}>
This permission allows the admin to give access to "{{ucfirst($permission->name)}}" menu.
@endforeach