2024-08-01 13:53:10 -05:00
|
|
|
|
2024-10-21 22:23:20 -05:00
|
|
|
<div {{ $attributes->class(['my-6' => !$attributes->has('class'), 'h-4 sm:h-auto' => $attributes->has('hide-on-mobile')]) }}>
|
2024-08-27 21:17:54 -05:00
|
|
|
|
2024-10-20 13:15:34 -05:00
|
|
|
<hr class="{{ $attributes->has('hide-on-mobile') ? 'hidden sm:block' : '' }} border-t border-gray-200 dark:border-gray-700" />
|
2024-10-20 10:06:06 -05:00
|
|
|
</div>
|