16 lines
550 B
PHP
16 lines
550 B
PHP
<div class="card mb-3 border-3 border-primary">
|
|
<div class="card-body">
|
|
<h3 class="">Webmaster Announcement</h3>
|
|
<div class="text-muted">
|
|
<p class="fw-bold mb-0">Change Log 3/8/2023 7.43pm</p>
|
|
<ul>
|
|
<li>(Improvement) Improve post UI outside front</li>
|
|
<li>(Fix) SEO problems</li>
|
|
<li>(Feature) Add cliffhanger field in post</li>
|
|
</ul>
|
|
|
|
</div>
|
|
<a href="{{ route('admin.changelog') }}">View all changelogs here</a>
|
|
</div>
|
|
</div>
|