@extends('admin.layout.app') @section('title','Notifications') @section('header')
No | Title | Message | Time | Actions | |||||
---|---|---|---|---|---|---|---|---|---|
{{ ++$key }} | @if($notification->read_at){{ ++$key }} | {{ $notification->data['title'] }} | {{ $notification->data['message'] }} | {{ $notification->created_at->diffForHumans()}} | @else@include('admin.audit.actions') |