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

Single Image Lightbox

Images with Description

@endsection @section('script') @endsection