HEX
Server: nginx/1.18.0
System: Linux test-ipsremont 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
User: ips (1000)
PHP: 8.0.30
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //var/www/quadcode-jobs/resources/views/site/blocks/location-submit.blade.php
@php
    // getting data
@endphp
{{--<section class="location-submit">--}}
{{--    <div class="container js-video">--}}
{{--        <div class="location-video">--}}
{{--            <img class="js-video-btn" src="{{ $block->image('image') }}" alt="overlay img"/>--}}
{{--        </div>--}}
{{--        <div class="overlay js-video-overlay">--}}
{{--            <div class="overlay__content">--}}
{{--                <div class="overlay__close js-video-close">--}}
{{--                    <svg aria-hidden="true" focusable="false" data-prefix="fal" data-icon="times" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="svg-inline--fa fa-times fa-w-10 fa-3x"><path fill="currentColor" d="M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z" class=""></path></svg>--}}
{{--                </div>--}}

{{--                <iframe src="https://www.youtube.com/embed/dita67yfs_8" frameborder="0" allow="autoplay" allowfullscreen allowtransparency></iframe>--}}
{{--            </div>--}}
{{--        </div>--}}
{{--        <div class="location-content">--}}
{{--            <h4>{{ $block->translatedInput('title')  }}</h4>--}}
{{--            <div class="description">{!! $block->translatedInput('description')  !!}</div>--}}
{{--        </div>--}}
{{--    </div>--}}
{{--</section>--}}
{{--<script>--}}
{{--    (function overlay () {--}}
{{--        const widgetVideo = document.querySelectorAll('.js-video');--}}

{{--        widgetVideo.forEach(itemWidget => {--}}
{{--            const btnOpen = itemWidget.querySelector('.js-video-btn');--}}
{{--            const btnClose = itemWidget.querySelector('.js-video-close');--}}
{{--            const overlay = itemWidget.querySelector('.js-video-overlay');--}}
{{--            let video = itemWidget.querySelector('.js-video-autoplay');--}}

{{--            btnOpen.addEventListener('click', () => {--}}
{{--                overlay.classList.add('overlay--open')--}}

{{--                if(!video) return;--}}
{{--                video.play();--}}
{{--            })--}}

{{--            btnClose.addEventListener('click', () => {--}}
{{--                overlay.classList.remove('overlay--open')--}}

{{--                if(!video) return;--}}
{{--                video.pause();--}}
{{--            })--}}
{{--        })--}}
{{--    })();--}}
{{--</script>--}}