@extends('unit-admin.layout') @section('title', 'News') @section('page_title', 'News & Announcements') @section('content')
| # | Title | Status | Published At | Created | Actions |
|---|---|---|---|---|---|
| {{ $loop->iteration }} |
{{ $item->title }}
{{ Str::limit(strip_tags($item->content), 60) }}
|
{{ $item->status }} | {{ $item->published_at ? $item->published_at->format('d M Y h:i A') : '—' }} | {{ $item->created_at->format('d M Y') }} |
{{-- VIEW --}}
|
|
📰
No news yet
Create your first announcement
|
|||||