{{-- NOTE: THIS WHOLE PAGE IS INCLUDED IN add_edit_category.blade.php!! (
', var_dump($getCategories), '
', var_dump($parentCategory); // echo '', var_dump($parentCategory['subCategories']); @endphp {{ $parentCategory['category_name'] }} {{-- Show the Subcategories --}} @if (!empty($parentCategory['subCategories'])) {{-- Using the hasMany relationship in Category.php Model --}} @foreach ($parentCategory['subCategories'] as $subcategory) {{-- Show the Subcategories --}} » {{ $subcategory['category_name'] }} {{-- https://www.w3schools.com/charsets/ref_html_entities_r.asp --}} @endforeach @endif @endforeach @endif
', var_dump($parentCategory['subCategories']); @endphp {{ $parentCategory['category_name'] }} {{-- Show the Subcategories --}} @if (!empty($parentCategory['subCategories'])) {{-- Using the hasMany relationship in Category.php Model --}} @foreach ($parentCategory['subCategories'] as $subcategory) {{-- Show the Subcategories --}} » {{ $subcategory['category_name'] }} {{-- https://www.w3schools.com/charsets/ref_html_entities_r.asp --}} @endforeach @endif @endforeach @endif