@extends('layouts.master') @section('css') @endsection @section('content')
| Sr. No | Title | Body | @if (count($eventNotifications) > 0) @php $i = $eventNotifications->perPage() * ($eventNotifications->currentPage() - 1) + 1; @endphp @foreach ($eventNotifications as $eventNotification)|||||||
|---|---|---|---|---|---|---|---|---|---|
| {{ $i++ }} | {{ $eventNotification->title ?? '' }} | {{ $eventNotification->body ?? '' }} | |||||||
| No Data Found | |||||||||