Files
productalert/resources/views/admin/partials/webmaster_announcement.blade.php
Charles T 500714d7bf Update (config): enable canonical
Update (migration): Add category type
Add (admin): Add post cliffhanger
2023-08-03 19:46:32 +08:00

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>