@extends('layouts.landing', ['title' => 'Fashion Store - Catalog']) @section('content')

Shop catalog

Found {{ count($products) }} items
@foreach ($products as $key => $value)
@endforeach {{--

Sweatshirts

Colors for your mood

Image
Image
Image
Shop now
--}}
Show more

#cartzilla

Find more inspiration on our Instagram

@include('layouts.partials/footer2') @endsection @section('scripts') @endsection