@extends("layouts.app") @section("content")
First slide

All Products

@foreach($products as $product)
@include('includes.single-product')
@endforeach
@endsection