@extends('layouts.userLayout') @section('content') {{-- --}}
    @if (isset($listing) && count($listing) > 0) @include('user.notifications.listingLoop') @else
  • ...
  • @endif
@include('frontend.partials.pagination', [ 'pagination' => $listing, 'url' => route('frontend.events.index'), ])
...
...
@endsection