@extends('admin.layouts.app') @section('content')
@isset($page_title) {{ $page_title }} @endisset
@forelse ($notifications as $key=>$notification) @empty @endforelse
# Title Description Link Action
{{ $key + 1 }} {{$notification->title}} {{$notification->description}} {{$notification->link}}
@method('DELETE') @csrf

Nothing Found

Add Rule Book
@csrf
@endsection