@extends('layouts.app') @section('title', $title) @section('content') Limited Time Offers {{ $title }} Grab these amazing deals before they're gone! Updated daily with fresh discounts. @if($products->count() > 0) @foreach($products as $product) @if($product->primaryImage) @else {{ substr($product->name, 0, 1) }} @endif @if($product->getDiscountPercentage() > 0) -{{ $product->getDiscountPercentage() }}% @endif @if($product->vendor) {{ $product->vendor->name }} @endif {{ $product->name }} @for($i = 1; $i <= 5; $i++) @endfor ({{ $product->reviews_count }}) {{ price($product->price) }} @if($product->compare_price && $product->compare_price > $product->price) {{ price($product->compare_price) }} @endif View @csrf Add to Cart @endforeach {{ $products->links() }} @else No Deals Available Check back later for amazing deals! Browse All Products @endif @endsection
Grab these amazing deals before they're gone! Updated daily with fresh discounts.
Check back later for amazing deals!