@extends('buyer.layout') @section('title') Buyer Notification Page @endsection @section('frontend-content')

Your Notifications

Catalogue Updates!

We've added fresh new arrivals to our product catalogue including premium accessories, seasonal wear, and top-trending styles. Stay ahead and explore what's new!

View Catalogue Updates
New Arrivals here !
@foreach ([1, 2, 3, 4] as $index)

New Product Alert

Product Name: {{ ['Men\'s High Ankle Tennis Socks', 'Men\'s Formal White Shirt', 'Kids Grey Hoodie', 'Women\'s Full Sleeve T-Shirt'][$index - 1] }}
Category: {{ ['Accessories', 'Men', 'Kids', 'Women'][$index - 1] }}
Sub-Category: {{ ['Socks', 'Formal Shirt', 'Hoodie', 'T-Shirt'][$index - 1] }}
Added on: {{ now()->format('d M Y') }}

Product Image
@endforeach
@php $user = Auth::user(); @endphp @endsection