@section('seo') @endsection @extends('layouts.app') @section('content') @include('inc.breadcrumb') {{ $title_h1 }} {{-- $numero_pagina --}} @include('inc.form-search-select') Resultados: @if(isset($productos)) @foreach($productos as $list_prod) @include('inc.list-productos') @endforeach @endif @if(isset($productos) && count($productos) > 0) {{ $productos->links() }} @endif @endsection