@extends('admin.layouts.admin') @section('title', 'Quản lí thông báo hệ thống') @section('content')
| # | Thao tác | Người đăng | Tiêu đề | Nội dung | Ngày tạo |
|---|---|---|---|---|---|
| {{ $notification->id }} |
|
{{ substr($notification->user->username, 0, 1) }}
{{ $notification->user->username }}
|
{{ $notification->title }}
Đang hoạt động
|
{!! strip_tags($notification->content) !!}
|
{{ $notification->created_at->format('d/m/Y') }}
{{ $notification->created_at->format('H:i') }} |
Chưa có thông báo nàoHãy tạo thông báo đầu tiên cho hệ thống |
|||||