@extends('frontend::layouts.master') @section('content')

Banner Splide Carousel

Multiple Media Carousel

Multiple Items Carousel

Shoes
Card title

Nike Air Max is a popular line of athletic shoes that feature Nike's signature Air cushioning technology in the sole.

Shoes
Card title

Nike Air Max is a popular line of athletic shoes that feature Nike's signature Air cushioning technology in the sole.

Shoes
Card title

Nike Air Max is a popular line of athletic shoes that feature Nike's signature Air cushioning technology in the sole.

Shoes
Card title

Nike Air Max is a popular line of athletic shoes that feature Nike's signature Air cushioning technology in the sole.

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