{{-- Gradient layout wrapper — section background with dark-to-blue gradient --}} @props([ 'class' => '', ])
merge(['class' => 'w-full relative bg-[linear-gradient(to_bottom,#191919_0%,#191919_10%,#1e3a6a_45%,#2563eb90_55%,#191919_90%,#191919_100%)] ' . $class]) }}> {{ $slot }}