section classname modified
This commit is contained in:
@ -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())
|
||||
|
Reference in New Issue
Block a user