@extends('catalog.main.template') @section('content')
@foreach ($categories as $category ) {{ $category->name }} @endforeach
@if(!empty($blocks)) @foreach ($blocks as $x => $block) @include('catalog.block.single-tpl') @if($block->page_break==1 || $counter%3==0)
Quebra de página
@else @endif @endforeach {{ $blocks->appends($_GET)->links() }} @else
Sem resultados
@endif
@endsection @section('modals') @endsection @section('pageJsIncludes') @endsection