@extends('layouts.front.app') @section('og') @endsection @section('content')
@if ($category)

{!! strtoupper($category->name) !!}

@include(config('site.domain').'.front.products.product-list', ['products' => $products])
@include(config('site.domain').'.front.products.product-list-mobile', ['products' => $products])
{!!$products->paginate(config('site.por_pagina'))->links()!!}
@else @endif

@endsection