@foreach (getNestedCategories() as $category) @if ($loop->iteration <= 11)
  • {{ $category->name }} @if (count($category->children_nested) > 0)
      @foreach ($category->children_nested as $child)
    • {{ $child->name }} @if (count($child->children_nested) > 0) @endif
    • @endforeach
    @endif
  • @endif @endforeach
view all
@foreach ($sliders as $slider)

{{ $slider->title }}

{{ $slider->sub_title }}

Shop Now
@endforeach