@extends('layouts.digitar') @section('content')
| Tipo de Processo | Status | Ações |
|---|---|---|
|
{{ $title }}
@if ($itemType || $itemLabel)
{{ $itemType }}{{ $itemType && $itemLabel ? ': ' : '' }}{{ $itemLabel }}
@endif
@if ($message)
{{ $message }}
@endif
Recebida em:
{{ \Carbon\Carbon::parse($n->created_at)->format('d/m/Y H:i') }}
@endif
|
{{ $isRead ? 'Lida' : 'Não Lida' }} | {{ $actionLabel }} |
Nenhuma notificação encontradaQuando houver novas notificações, elas aparecerão aqui. |
||