Update (major): fix bugs

This commit is contained in:
2023-08-01 22:37:51 +08:00
parent 511382f6c1
commit f25fea8d68
22 changed files with 92 additions and 50 deletions

View File

@@ -7,14 +7,13 @@
<h2 class="page-title">
{{ __('Posts') }}
</h2>
<h4>Manage your blog posts here</h4>
</div>
</div>
<div class="page-body">
<div class="container-xl">
<div class="alert alert-info">
<div class="alert-title">Manage your blog posts here.</div>
</div>
@include('admin.partials.webmaster_announcement')
<div class="d-flex mb-3">
<div><a href="{{ route('posts.manage.new') }}" class="btn">New Post</a></div>