@if($data['title'] == 'category') @endif @if($data['title'] == 'sub_sub_category') @endif @if($data['title'] == 'sub_category' || $data['title'] == 'sub_sub_category') @endif @if($data['title'] == 'category') @endif @foreach ($data['categories'] as $key=>$item) @if($data['title'] == 'category') @endif @if($data['title'] == 'sub_sub_category') @endif @if($data['title'] == 'sub_category' || $data['title'] == 'sub_sub_category') @endif @if($data['title'] == 'category') @endif @endforeach
{{translate($data['title'].'_'.'List')}}
{{ translate($data['title'].'_'.'Analytics').' '.'-' }} {{translate('total'.'_'.$data['title']).' '.'-'.' '.count($data['categories'])}} @if($data['title'] == 'category')
{{translate('inactive'.'_'.$data['title']).' '.'-'.' '.$data['active']}}
{{translate('active'.'_'.$data['title']).' '.'-'.' '.$data['inactive']}} @endif
{{translate('search_Criteria')}}- {{translate('search_Bar_Content').' '.'-'.' '.$data['search'] ?? 'N/A'}}
{{translate('ID')}} {{translate('category_Image')}} {{translate($data['title'].'_'.'Name')}} {{translate('sub_Category_Name')}} {{translate('category_Name')}} {{translate('priority')}} {{translate('home_category_status')}}
{{$item['id']}} {{$item['defaultName']}} {{$item?->parent?->parent->defaultName ??translate('sub_category_not_found') }} {{$item?->parent?->defaultName ?? translate('category_not_found')}} {{$item->priority}} {{translate($item->home_status == 1 ? 'active' : 'inactive')}}