Files
investbrain/resources/views/components/section-border.blade.php
T
hackerESQ e21814714d wip
2024-08-27 21:17:54 -05:00

8 lines
199 B
PHP

<div class="hidden sm:block">
<div {{ $attributes->class(['py-6' => !$attributes->has('class')]) }}>
<div class="border-t border-gray-200 dark:border-gray-700"></div>
</div>
</div>