@extends('layouts.app') @section('seo') Comprar {{ $category->category_es }} {{ ucfirst($brand) }} al Mejor Precio | {{infoEmail()->host}} @if ($category->type === 'battery') @else @endif @stop @section('canonical') @stop @section('content')

{{ $category->category_es }} {{ ucfirst($brand) }}

Hay {{ $products->total() }} productos.

@if(count($brands)>0)
@endif
@foreach($products as $val) @endforeach
{{ $products->links() }}
@stop