Untitled
Anonymous
41 x views • 2 years ago
Title
@vite('resources/css/app.css')
@include('header')
@foreach ($banner as $bannerItem)
poster_path }}" alt="{{ $bannerItem->title }}">
{{ $bannerItem->title }}
{{ $bannerItem->overview }}
Detail
@endforeach
//Default active slide
let slideIndex = 1;
showSlide(slideIndex)
function showSlide(position){
let index;
const slidesArray = document_getElementsByClassName('slide');
//Looping effect
if (position > slidesArray.length){
slideIndex = 1;
}
if (position