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

{{$category->name}}

@forelse($products as $product)
@include('includes.single-product')
@empty
No product found.
@endforelse
@endsection