@include('admin.includes.msg')
| Sl.No |
Group |
Action |
@php $xx=1; @endphp
@if(!empty($alldata) && $alldata->count()>0)
@foreach($alldata as $key=>$val)
parentId==0) style="background: #f1f1f1" @endif>
| {{$xx}} |
{{ $val->name}} |
@if(Auth::user()->role<=4)
@if(!isset($inproduct[$val->category]))
@endif
@endif
|
@php $xx++; @endphp
@foreach($val->parent as $v)
parentId==0) style="background: #f1f1f1" @endif>
| {{$xx}} |
----{{ $v->name}} |
@if(Auth::user()->role<=4)
@if(!isset($inproduct[$val->subcategory]))
@endif
@endif
|
@php $xx++; @endphp
@endforeach
@endforeach
@endif