@foreach ($sections as $section) @if ($section->key == 'products')
{{ $section->title }}

{{ $section->second_title }}

@endif @endforeach
@foreach ($categories as $index => $category)
@foreach ($category->products as $product) @endforeach
@endforeach