Edit Role
@if (count($errors) > 0) @endif
@csrf @method('PUT')
@foreach ($permission as $value)
hasPermissionTo($value->id) ? 'checked' : '' }}>
@endforeach