@extends('layouts.master-components') @section('title', 'Carousel') @section('css') @endsection @section('css2') @endsection @section('bodyClass', 'component-page') @section('content') @include('layouts/loader') @include('layouts/component-header')
@include('layouts/component-menu-list')
Basic Carousel
Carousel Controls
Carousel Indicators
Carousel Crossfade
Carousel with Captions
Dark variant
Disable touch swiping - Mobile only
@endsection