feat: Update blog and about us templates with dynamic routing and remove unnecessary date display

This commit is contained in:
2025-08-17 15:29:23 +05:45
parent 75ebf99990
commit f49960d222
3 changed files with 4 additions and 6 deletions

View File

@@ -189,8 +189,6 @@
</div>
<div class="flex flex-col gap-20">
<p class="text-16 text-black">{{ $blog->short_description }}</p>
<p class="text-14">{{ $blog->created_at }}</p>
</div>
</a>