@extends('layouts.admin') @section('page-title') {{ auth()->user()->name }} - All Notifications @endsection @section('page-top-title') {{ auth()->user()->name }} - All Notifications @endsection @section('content-body')
@include('backend.inc.messages')
 

{{ auth()->user()->name }} - Notifications

  Mark All As Read
@foreach ($allNotifications as $notification) @endforeach
Message Date & Time Actions
{{ $notification->data ? $notification->data['info'] : 'No data' }}
{{ $notification->created_at->diffForHumans() }}
 Mark As Read
@endsection @section('page-scripts') {{-- --}} {{-- --}} @endsection