@extends('layouts.dashboard') @section('title', 'Notifications') @section('page-content')
View all your notifications
{{ $notification->title }}
{{ $notification->message }}
{{ $notification->time_ago }}
No notifications
You're all caught up!