section classname modified

This commit is contained in:
Burak Civan
2022-08-03 10:38:33 +03:00
parent 7a06e90d2f
commit 5fca2098a4
4 changed files with 63 additions and 16 deletions

View File

@ -4,9 +4,16 @@
@endif
@if (! empty($body) && $body->isNotEmpty())
<div class="grid sm:grid-cols-6 gap-x-8 gap-y-6 my-3.5">
{!! $body !!}
</div>
<div
@class([
'grid my-3.5',
$spacingVertical,
$spacingHorizontal,
$columnNumber,
])
>
{!! $body !!}
</div>
@endif
@if (! empty($foot) && $foot->isNotEmpty())