@extends('layout.master') @push('plugin-styles') @endpush @section('content')
All your notifications
| No | Type | Message | Status | Date | Action |
|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $notificationType }} | {{ $notificationData['message'] ?? 'No message' }} | @if($notification->read_at) Read @else Unread @endif | {{ $notification->created_at->diffForHumans() }} |
@if(!$notification->read_at)
@endif
@if(isset($notificationData['action_url']))
View
@endif
|