Sindbad~EG File Manager

Current Path : /var/www/html/xfacil.desafio.com.py/resources/views/paginas/
Upload File :
Current File : /var/www/html/xfacil.desafio.com.py/resources/views/paginas/galeria.blade.php

@extends('layouts.frontend')
@section('contenido')
		
	@livewire('galerias',['vista'=>1])


	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.3.0/ekko-lightbox.css">
	<script src="https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.3.0/ekko-lightbox.min.js"></script>

	<script>
  		$(function () {
    		$(document).on('click', '[data-toggle="lightbox"]', function(event) {
      			event.preventDefault();
      			$(this).ekkoLightbox({
        			alwaysShowClose: true
      			});
    		});

    		$('.filter-container').filterizr({gutterPixels: 3});
    		$('.btn[data-filter]').on('click', function() {
      			$('.btn[data-filter]').removeClass('active');
      			$(this).addClass('active');
    		});
  		})
	</script>
	
@stop

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists