@props(['active']) @php if (! empty($attributes['slides'])) { $slides = $attributes['slides']; } else { $slides = null; } @endphp
has('ignore-hash')) x-data="{ active: window.location.hash.split('#')[1] == undefined ? '{{ $active }}' : window.location.hash.split('#')[1] }" @else x-data="{ active: '{{ $active }}' }" @endif >
{!! $content !!}