@extends('layouts.master') @section('title')Carousel @endsection @section('content') {{-- breadcrumbs --}} @section('breadcrumb') @component('components.breadcrumb') @slot('li_1') UI Elements @endslot @slot('title') Carousel @endslot @endcomponent @endsection

Carousel with Slides Only

Carousel with Controls

Carousel with Captions

Carousel with Indicators

Dark Variant

@endsection @section('script') @endsection