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