7 lines
		
	
	
		
			322 B
		
	
	
	
		
			PHP
		
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			322 B
		
	
	
	
		
			PHP
		
	
	
	
|  | 
 | ||
|  | <label> | ||
|  |     <input value="true" id="{{$name}}[{{$role->id}}][{{$action}}]" type="checkbox" name="{{$name}}[{{$role->id}}][{{$action}}]" | ||
|  |            @if(old($name .'.'.$role->id.'.'.$action) || (!old() && isset($model) && $model->hasRestriction($role->id, $action))) checked="checked" @endif | ||
|  |     > | ||
|  |     {{ $label }} | ||
|  | </label> |