@extends('layouts.app') @section('title','Notifications') @section('header','Notifications') @section('content')
| Notification | Type | Date | |
|---|---|---|---|
|
{{ $notification->title }} {{ $notification->message }} |
{{ $notification->type }} | {{ $notification->created_at->format('d M Y H:i') }} | @if(!$notification->read_at) @else Read @endif |
| No notifications. | |||