Файл: gapps/storage/framework/views/130cdac9882052f571205876830ded1e3c7f97f7.php
Строк: 136
<?php $__env->startSection('title'); ?>
<?php echo e($detail['title']); ?> | <?php echo e(trans('frontend.general.site_title')); ?>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('meta_keywords'); ?>
<?php echo e(isset($detail['seo_keywords']) ? $detail['seo_keywords'] : trans('frontend.general.site_keywords')); ?><?php $__env->stopSection(); ?>
<?php $__env->startSection('meta_description'); ?>
<?php echo e(@$detail['short_summary']); ?><?php $__env->stopSection(); ?>
<?php $__env->startSection('meta_item_name'); ?>
<?php echo e($detail['title']); ?><?php $__env->stopSection(); ?>
<?php $__env->startSection('meta_item_desc'); ?>
<?php echo e($detail['short_summary']); ?><?php $__env->stopSection(); ?>
<?php $__env->startSection('meta_image'); ?>
<?php echo e($detail['cover_image']); ?><?php $__env->stopSection(); ?>
<?php $__env->startSection('content'); ?>
<main class="flex-between align-center app-detail">
<div class="container">
<div class="row justify-content-md-center">
<div class="col-12 col-sm-12 col-md-10">
<?php echo $__env->make('frontend.index.partials.info', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php echo $__env->make('frontend.index.partials.screenshots', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php echo $__env->make('frontend.index.partials.description', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php echo $__env->make('frontend.index.partials.reviews', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php /* DISQUS */ ?>
<div class="card ripple" >
<div style="padding: 30px;">
<div id="disqus_thread"></div>
</div>
</div>
</div>
<div class="col-12 col-sm-12 col-md-2">
<?php echo $__env->make('frontend.index.partials.similar', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php echo $__env->make('frontend.index.partials.more-from-developer', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
</div>
</div>
</div>
</main>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('scripts'); ?>
<!-- Go to www.addthis.com/dashboard to customize your tools -->
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=<?php echo e(env('ADDTHIS_CODE')); ?>"></script>
<script type="text/javascript">
$(document).ready(function() {
Blazy();
$('.owl-carousel').owlCarousel({
loop: true,
autoplay:true,
items : 3,
slideSpeed : 2000,
nav: true,
dots: true,
loop: true,
navText: ['<svg width="100%" height="100%" viewBox="0 0 11 20"><path style="fill:none;stroke-width: 1px;stroke: #000;" d="M9.554,1.001l-8.607,8.607l8.607,8.606"/></svg>','<svg width="100%" height="100%" viewBox="0 0 11 20" version="1.1"><path style="fill:none;stroke-width: 1px;stroke: #000;" d="M1.054,18.214l8.606,-8.606l-8.606,-8.607"/></svg>'],
responsiveClass: true,
responsive: {
0: {
items: 1,
nav: true
},
600: {
items: 3,
nav: false
},
1000: {
items: 3,
nav: true
}
}
});
});
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
var disqus_config = function () {
this.page.url = '<?php echo e(@$currentURl); ?>'; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = '<?php echo e(@$appId); ?>'; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = '//googleplaystore-2.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('frontend.layouts.main', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>