gps_system/resources/views/flux/footer.blade.php
sackey 6b878bb0a0
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
Initial commit
2025-09-12 16:19:56 +00:00

14 lines
337 B
PHP

@pure
@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>