@extends('layouts.admin') @section('content')

Notifications

@forelse($notifications as $notification) @empty @endforelse
Message Actions

{{ Str::limit($notification->data['message'], 50) }}

{{ $notification->created_at->diffForHumans() }}
No notifications found
@if($notifications->hasPages()) @endif
@endsection