@extends('layouts.backend.app') @section('title', 'Notification') @push('css') @endpush @section('content')
| ID | User Name | Title | Message | Status | Created At | Action |
|---|---|---|---|---|---|---|
| {{ $notification->id}} | ({{$notification->user_id}}){{ optional($notification->user)->name }} | {{ $notification->title }} | {{ Str::limit($notification->message,200) }} | @if($notification->is_read == 1) Read @else Unread @endif | {{ $notification->created_at->diffForHumans() }} |