@extends('layouts.influencer', ['title' => 'Notificação']) @section('content') @php $recipient = $recipient ?? $notification ?? $notificationRecipient ?? null; $message = $message ?? $recipient?->message; @endphp @if(! $recipient || ! $message)
@elseRecebida em {{ optional($recipient->received_at)->format('d/m/Y H:i') }} @if($recipient->read_at) · Lida em {{ $recipient->read_at->format('d/m/Y H:i') }} @endif