Showcase Carousel
@php
$slideDatas = [
[
'type' => 'image',
'src' => 'https://somconnect.dev-new.nd.co.th//modules/frontend/img/product-detail1.jpg',
'alt' => 'thumbnail Slide',
'url' => '#',
],
[
'type' => 'image',
'src' => 'https://somconnect.dev-new.nd.co.th//modules/frontend/img/product-detail2.jpg',
'alt' => 'thumbnail Slide',
'url' => '#',
],
[
'type' => 'image',
'src' => 'https://somconnect.dev-new.nd.co.th//modules/frontend/img/product-detail3.jpg',
'alt' => 'thumbnail Slide',
'url' => '#',
],
[
'type' => 'image',
'src' => 'https://somconnect.dev-new.nd.co.th//modules/frontend/img/product-detail4.jpg',
'alt' => 'thumbnail Slide',
'url' => '#',
],
[
'type' => 'image',
'src' => 'https://somconnect.dev-new.nd.co.th//modules/frontend/img/product-detail5.jpg',
'alt' => 'thumbnail Slide',
'url' => '#',
],
[
'type' => 'image',
'src' => 'https://somconnect.dev-new.nd.co.th//modules/frontend/img/product-detail6.jpg',
'alt' => 'thumbnail Slide',
'url' => '#',
],
[
'type' => 'image',
'src' => 'https://somconnect.dev-new.nd.co.th//modules/frontend/img/product-detail3.jpg',
'alt' => 'thumbnail Slide',
'url' => '#',
],
[
'type' => 'image',
'src' => 'https://somconnect.dev-new.nd.co.th//modules/frontend/img/product-detail1.jpg',
'alt' => 'thumbnail Slide',
'url' => '#',
],
[
'type' => 'image',
'src' => 'https://somconnect.dev-new.nd.co.th//modules/frontend/img/product-detail2.jpg',
'alt' => 'thumbnail Slide',
'url' => '#',
],
];
@endphp
@endsection
@section('styles')
@endsection
@section('scripts')
@vite('resources/views/demo/scripts/splide-carousel.js','build-frontend')
@endsection