@extends('layouts.app') @section('title', $title) @section('content')
Just In

{{ $title }}

Discover the latest products added to our store. Fresh inventory, trending items, and exclusive new releases.

@if($products->count() > 0)
{{ $products->links() }}
@else

No New Arrivals Yet

We're working on adding fresh products. Check back soon!

Browse All Products
@endif
@endsection