@extends('layouts.app_web') @section('content')
@include('layouts.navigation_web')
Mostrando {{count($products)}} productos.
Filtrar:
@foreach ($products as $product)
@endforeach
@endsection