9 lines
343 B
PHP
9 lines
343 B
PHP
<x-layouts.public>
|
|
<div class="py-8">
|
|
<h1 class="text-3xl font-bold text-navy 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>
|
|
</div>
|
|
</div>
|
|
</x-layouts.public>
|