complete story 1.4 with qa tests and fixes

This commit is contained in:
Naser Mansour
2025-12-26 14:37:12 +02:00
parent ce5eaeffd9
commit f067c8d589
21 changed files with 1038 additions and 359 deletions
@@ -0,0 +1,8 @@
<x-layouts.public>
<div class="py-8">
<h1 class="text-3xl font-bold text-navy mb-6">{{ __('navigation.posts') }}</h1>
<div class="bg-white p-8 rounded-lg shadow-md">
<p class="text-charcoal">{{ __('Legal insights and articles will be displayed here.') }}</p>
</div>
</div>
</x-layouts.public>