@extends('layouts.app', [ 'class' => 'notifications index table-index', ]) @section('content') @include('partials._page-title', [ 'title' => 'Gerenciar Notificações', 'desc' => 'Adicione, edite ou exclua notificações conforme necessário', ])
| Id | Nome | Usuário | Data de Criação | Data de Atualização | |
|---|---|---|---|---|---|
| {{ $notification->id }} | {{ $notification->name }} | {{ $notification->user_name }} | {{ $notification->created_at->format('d/m/Y H:i') }} | {{ $notification->updated_at->format('d/m/Y H:i') }} |
|