@foreach($edit_parent_lists as $parent)
@if($edit_user_type == 2) @elseif($edit_user_type == 3) @elseif($edit_user_type == 4) @if($parent->id == 2) @endif @elseif($edit_user_type == 5) @if($parent->id == 2) id == 2) checked="" @endif disabled=""> id == 2) name="edit_detail_parent_check[]" @endif> @endif @endif
@if($edit_user_type == 2) @foreach($parent->has_childs($parent->id) as $child)
@foreach($parent->has_subtabs($parent->id, $child->id) as $subtab) @if($child->id != 9)
@endif @endforeach
@endforeach @elseif($edit_user_type == 3) @foreach($parent->has_childs($parent->id) as $child)
@foreach($parent->has_subtabs($parent->id, $child->id) as $subtab) @if($subtab->id != 9 && $subtab->id != 37 && $subtab->id != 39 && $subtab->id != 40 && $subtab->id != 41)
@endif @endforeach
@endforeach @elseif($edit_user_type == 4) @if($parent->id != 1) @foreach($parent->has_childs($parent->id) as $child) @if($child->id != 20)
@foreach($parent->has_subtabs($parent->id, $child->id) as $subtab)
@endforeach
@endif @endforeach @endif @elseif($edit_user_type == 5) @foreach($parent->has_childs($parent->id) as $child) @if($child->id == 17 || $child->id == 22 || $child->id == 23)
@foreach($parent->has_subtabs($parent->id, $child->id) as $subtab)
@endforeach
@endif @endforeach @endif
@endforeach