{{-- resources/views/notifications/index.blade.php --}} @extends('layouts.app') @section('title', 'Notifications - Todo Reminder') @section('content')
{{ $notification->message }}
@if($notification->todo) @endif {{ $notification->created_at->diffForHumans() }}