@extends('front.layout.app')
@section('content')
@forelse($products as $product)
@empty
No products found!
@endforelse
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
Drinkware
--}}
@include('front.layout.contact-form')
@endsection