Files
einundzwanzig-verein/resources/views/flux/footer.blade.php

14 lines
338 B
PHP

@blaze
@php
$classes = Flux::classes('[grid-area:footer]')
->add($attributes->has('container') ? '' : 'p-6 lg:p-8')
;
@endphp
<div {{ $attributes->class($classes) }} data-flux-footer>
<flux:with-container :attributes="$attributes->except('class')->class('p-6 lg:p-8')">
{{ $slot }}
</flux:with-container>
</div>