@extends('layouts.app') @section('title','Notificaciones — '.config('app.name')) @section('content')
Novedades importantes de tu cuenta y tus cursos.
| {{ $notification->read_at ? '○' : '●' }} | {{ $notification->data['title'] ?? 'Notificación' }} {{ $notification->data['message'] ?? '' }} | {{ $notification->created_at->diffForHumans() }} | @if($notification->data['url'] ?? null)Ver@endif |
| No tienes notificaciones. |