Top

Advance UI Elements


To use java script you have to add the following style and script tag
<!--Scrollable css-->
<link rel="stylesheet" type="text/css" href="<{{ asset('assets/css/scrollable.css') }}">
<!--scrollable js-->
<script src="{{ asset('assets/js/scrollable/scrollable-custom.js') }}"></script>
<script src="{{ asset('assets/js/scrollable/perfect-scrollbar.min.js') }}" ></script>
To use java script you have to add the following style and script tag
<!-- Tree css -->                      
<link rel="stylesheet" type="text/css" href="{{ asset('assets/css/tree.css') }}">

<!-- Tree js-->
<script src="{{ asset('assets/js/tree/jstree.min.js') }}"></script>
<script src="{{ asset('assets/js/tree/tree.js') }}"></script>
To use java script you have to add the following script tag
<!-- bootstrap notify js -->
<script src="{{ asset('assets/js/notify/bootstrap-notify.min.js') }}"></script>
<script src="{{ asset('assets/js/notify/notify-script.js') }}"></script>
To use java script you have to add the following style and script tag
<!-- range slider css start here -->
<link rel="stylesheet" type="text/css" href="{{ asset('assets/css/rating.css') }}">

<!-- Ion Range Slider js -->
<script src="{{ asset('assets/js/rating/jquery.barrating.js') }}" ></script>
<script src="{{ asset('assets/js/rating/rating-script.js') }}" ></script>
To use java script you have to add the following style and script tag
<!-- Dropzone start here -->
<link rel="stylesheet" type="text/css" href="{{ asset('assets/css/dropzone.css') }}">
<!-- Dropzone js -->
<script src="{{ asset('assets/js/dropzone/dropzone.js') }}" ></script>
<script src="{{ asset('assets/js/dropzone/dropzone-script.js') }}" ></script>
To use java script you have to add the following style and script tag
<!-- tour js -->
<script src="{{ asset('assets/js/tour/intro.js') }}"></script>
<script src="{{ asset('assets/js/tour/intro-init.js') }}" ></script>
To use java script you have to add the following style and script tag
<!-- Sweet alert jquery-->
<script src="{{ asset('assets/js/sweet-alert/sweetalert.min.js') }}" ></script>
<script src="{{ asset('assets/js/sweet-alert/app.js') }}" ></script>
To use java script you have to add the following css and script tag
<!-- animate css -->
<link rel="stylesheet" type="text/css" href="{{ asset('assets/css/animate.css') }}">

<!-- Modal js-->
<script src="{{ asset('assets/js/modal-animated.js') }}"></script>
To use java script you have to add the following style and script tag
<!-- Owl css -->
<link rel="stylesheet" type="text/css" href="{{ asset('assets/css/owlcarousel.css') }}">

<!-- owlcarousel js-->
<script src="{{ asset('assets/js/owlcarousel/owl.carousel.js') }}"></script>
To use java script you have to add the following style and script tag
<!-- range slider css start here -->
<link rel="stylesheet" type="text/css" href="{{ asset('assets/css/rating.css') }}">

<!-- Ion Range Slider js -->
<script src="{{ asset('assets/js/rating/jquery.barrating.js') }}" ></script>
<script src="{{ asset('assets/js/rating/rating-script.js') }}" ></script>
To use java script you have to add the following style and script tag
<!--Image cropper css-->
<link rel="stylesheet" type="text/css" href="{{ asset('assets/css/image-cropper.css') }}">

<!--Cropper jquery-->
<script src="{{ asset('assets/js/image-cropper/cropper.js') }}"></script>
<script src="{{ asset('assets/js/image-cropper/cropper-main.js') }}"></script>
To use java script you have to add the following style and script tag
<!-- sticky css -->
<link rel="stylesheet" type="text/css" href="{{ asset('assets/css/sticky.css') }}">

<!--Sticky note js-->
<script src="{{ asset('assets/js/sticky/sticky.js') }}"></script>