@extends('layouts.admin') @section('content')
| S.No | Notification | Received | Action | |||
|---|---|---|---|---|---|---|
| {{$k+1}} | {{ $notification->data['msg'] ?? 'New Notification' }} | {{ $notification->created_at->diffForHumans() }} | @if($notification->read_at == null) @endif | |||
| You don't have any notification at this moment | ||||||