libra/resources/views/pages/posts/index.blade.php

9 lines
337 B
PHP

<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>