@extends ('domains.group.update-layout') @section ('content')

Modulos

Permiso

@foreach ($permissions as $each)
@php $arr_id_pertenece=explode(",",$each->id_parent); for($y=0;$y < count($arr_id_pertenece)-1;$y++) print_r('
'); @endphp
@if ($each->checked) @endif checked ? 'checked' : '' }}>
@endforeach
@stop