@extends('layouts.app') @section('content')
These categories exist in Magento 2 but do not have a matching name in Magento 1:
@if($m2CategoriesNotInM1->count() > 0)| ID | Category Name | Level | Status | Root Category | Path | Actions |
|---|---|---|---|---|---|---|
| {{ $category->entity_id }} | {{ $category->name ?? 'Unnamed Category' }} | {{ $category->level ?? 'N/A' }} | {{ ($category->is_active ?? 0) ? 'Active' : 'Inactive' }} | @if(isset($category->root_category_name) && $category->root_category_name !== 'N/A') {{ $category->root_category_name }} @if(isset($category->root_category_id)) (ID: {{ $category->root_category_id }}) @endif @else N/A @endif | {{ $category->path ?? 'N/A' }} |
View category hierarchies from Magento 1 and Magento 2