@props(['active', 'id'])
@php
if (! empty($attributes['slides'])) {
$slides = $attributes['slides'];
}
if (empty($attributes['slides'])) {
$slides = '2';
}
@endphp
has('override')) || ($attributes->has('override') && ! in_array('class', explode(',', $attributes->get('override'))))) ? $attributes->merge(['class' => 'flex items-center overflow-x-scroll lg:overflow-visible']) : $attributes }}>
{!! $navs !!}
{!! $content !!}