@extends('layouts.front.app') @section('og') @endsection @section('content') @php $cat = isset($category->name) ? $category->name : "produtos" @endphp
@include(config('site.domain').'.layouts.front.sidebar-left')
@include(config('site.domain').'.front.products.product-list', $products)
@if (isset($search)) {{ $products->appends(['search' => isset($search) ? $search : ''])->links() }} @else {{ $products->links() }} @endif
@endsection @section('js') @endsection