Categorias

    @foreach ($categories as $category)
  • @endforeach

Marcas

    @foreach ($brands as $brand)
  • @endforeach
{{--

Product Status

--}} {{--

Price

{{ Number::currency($price_range, 'USD') }}
{{ Number::currency(1000, 'USD') }} {{ Number::currency($price_range, 'USD') }}
--}}
{{-- --}}
@foreach ($products as $product) @endforeach
{!! $products->links('pagination::bootstrap-4') !!}