| # |
Thao tác |
Người đăng |
Tiêu đề |
Nội dung |
Ngày tạo |
@foreach ($noticeServices as $notification)
| {{ $notification->id }} |
|
{{ $notification->user->username }} |
{{ $notification->title }} |
{!! $notification->content !!} |
{{ $notification->created_at }} |
@endforeach
{{ $noticeServices->appends(request()->all())->links('pagination::bootstrap-4') }}