@extends('layouts.front.app') @section('og') @endsection @section('content') HOME CATEGORIA @if ($category) {!! strtoupper($category->name) !!} @endif @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 Não há produtos cadastrados @endif @endsection
{!! strtoupper($category->name) !!}