@props(['wide', 'bgColor', 'padded','slot'])
merge(['class' => ' w-full container mx-auto ' ]) }}>
@if ($wide)
merge(['class' => $wide ? 'w-full' : 'max-w-screen-xl mx-auto']) }}>
{{ $slot }}
@endif
{{-- {{ $wide ? 'max-w-full' : 'max-w-screen-lg' }} --}}
{{-- --}}
{{-- --}}
{{-- {{ $bgColor }} {{ $padded ? 'px-4 py-8' : '' } --}}