File: /home/armgroup/libs/storage/framework/views/1f75c71868452ea3793a129038fff97bf4d0fad3.php
<script>
var lfm = function(id_name, type, options) {
let button = document.getElementById(id_name);
button.addEventListener('click', function () {
var route_prefix = (options && options.prefix) ? options.prefix : '/laravel-filemanager';
window.open(route_prefix + '?type=' + type || 'file', 'FileManager', 'width=900,height=600');
window.SetUrl = function (items) {
var file_path = items.map(function (item) {
return item.url;
}).join(',');
Livewire.emit('videoChanged', file_path);
};
});
};
lfm('video-lfm', 'file');
</script>
<?php /**PATH /home/technova/technovar/resources/views/livewire/admin/partials/video-lfm.blade.php ENDPATH**/ ?>