complete story 12.3

This commit is contained in:
Naser Mansour
2026-01-04 00:38:55 +02:00
parent c855b7b159
commit 74eacd53ae
16 changed files with 167 additions and 119 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
<x-layouts.public>
<div class="py-8">
<h1 class="text-3xl font-bold text-charcoal mb-6">{{ __('footer.terms') }}</h1>
<h1 class="text-3xl font-bold text-text mb-6">{{ __('footer.terms') }}</h1>
<div class="bg-white p-8 rounded-lg shadow-md prose max-w-none">
<p class="text-charcoal">{{ __('Terms of service content will be added here.') }}</p>
<p class="text-text">{{ __('Terms of service content will be added here.') }}</p>
</div>
</div>
</x-layouts.public>