Files
timebank-cc-public/resources/views/components/jetstream/section-title.blade.php
Ronald Huynen 2547717edb Initial commit
2026-03-23 21:37:59 +01:00

14 lines
366 B
PHP

<div class="md:col-span-1 flex justify-between">
<div class="px-4 sm:px-0">
<h3 class="text-xl font-strong text-theme-primary">{!! $title !!}</h3>
<p class="hidden md:block mt-1 text-sm text-theme-secondary">
{!! $description !!}
</p>
</div>
<div class="px-4 sm:px-0">
{!! $aside ?? '' !!}
</div>
</div>