@extends($activeTemplate . 'layouts.frontend') @section('content') @php $freeProduct = getContent('free_product.content', true); @endphp
{{ __(@$freeProduct->data_values->title) }}
@foreach ($products as $product)
@endforeach
@if ($products->hasPages())
{{ paginateLinks($products) }}
@endif
@foreach ($categories as $category)
@forelse ($category->products->take(8) as $product)
@empty @endforelse
@endforeach
@endsection