@extends('includes.master') @section('content')
@forelse($products as $product)
@empty @endforelse
@if(count($products) < 0)
@endif
@stop @section('footer') @stop