Car-Repairs-Shop/resources/views/flux/container.blade.php
sackey e839d40a99
Some checks are pending
linter / quality (push) Waiting to run
tests / ci (push) Waiting to run
Initial commit
2025-07-30 17:15:50 +00:00

10 lines
194 B
PHP

@php
$classes = Flux::classes()
->add('mx-auto w-full [:where(&)]:max-w-7xl px-6 lg:px-8')
;
@endphp
<div {{ $attributes->class($classes) }} data-flux-container>
{{ $slot }}
</div>