@extends("layouts.dashboard") @section("title", "Notifications - Dashboard | TechnoBlog") @section("dashboard_content")

List of all notifications

@foreach ($notifications as $notification) @endforeach
Message Ago
{{ $notification["message"] }} {{ $notification["ago"] }}
@endsection