@extends('layouts.frontlayout') @section('content')
Home
Notify Products
@if(!empty($listing) && count($listing) > 0) @include('user.notifyProduct.listingLoop') @else

No Data Found

No Image
@endif
@include('frontend.partials.pagination_next',['pagination' => $listing,'url' => route('user.notifyData')])
@include('user.notifyProduct.deleteNotify') @endsection