@extends('layouts.app') @section('content')

Saved Notifications

Create New @foreach($notifications as $notification)

{{ $notification->title }}

{{ $notification->description }}

Generate PDF
@endforeach
@endsection