@extends('layout.master') @push('plugin-styles') {!! Html::style('/assets/plugins/owl-carousel/assets/owl.carousel.min.css') !!} {!! Html::style('/assets/plugins/owl-carousel/assets/owl.theme.default.min.css') !!} {!! Html::style('/assets/plugins/animate-css/animate.min.css') !!} @endpush @section('content')

Owl Carousel 2

Read the Official Owl Carousel 2 Plugin Documentation for a full list of instructions and other options.

Basic Example
Auto Play
Animation

fadeout

Animation

Using animate.css library.

Mousewheel

To add mouswheel scrolling just include the fantastic plugin jquery.mousewheel.js.

@endsection @push('plugin-scripts') {!! Html::script('/assets/plugins/owl-carousel/owl.carousel.min.js') !!} {!! Html::script('/assets/plugins/jquery-mousewheel/jquery.mousewheel.js') !!} @endpush @push('custom-scripts') {!! Html::script('/assets/js/carousel.js') !!} @endpush