@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)
{{ $products->links() }}
@else

No Deals Available

Check back later for amazing deals!

Browse All Products
@endif
@endsection