@extends('layouts.master-components') @section('title', 'Lightbox') @section('css') @endsection @section('css2') @endsection @section('bodyClass', 'component-page') @section('content') @include('layouts/loader') @include('layouts/component-header')
@include('layouts/component-menu-list')
light box

Add this code data-lightbox="example-set" to see road trip gallery in lightbox popup.

@endsection @section('scripts') @endsection