Server : Apache System : Linux 145.162.205.92.host.secureserver.net 5.14.0-611.45.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Apr 1 05:56:53 EDT 2026 x86_64 User : tradze ( 1001) PHP Version : 8.1.34 Disable Function : NONE Directory : /home/tradze/www/storage-old/framework/views/ |
<?php $__env->startSection('title',$page->title); ?>
<?php $__env->startSection('meta_title',$page->title); ?>
<?php $__env->startSection('meta_description',$page->meta_description); ?>
<?php $__env->startSection('meta_keywords',$page->meta_keywords); ?>
<?php $__env->startSection('css_page'); ?>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.2.5/jquery.fancybox.min.css" />
<?php $__env->stopSection(); ?>
<?php $__env->startSection('content'); ?>
<?php $slug_name = !empty($slug)?$slug:'home-page';
if($slug_name != 'corporate-massage'){ ?>
<div class="text-zone">
<?php if($page->subtitle): ?>
<div class="text-zone-title">
<?php echo $page->subtitle; ?>
</div>
<?php endif; ?>
<?php if($page->body && $layout!="layout_prices"): ?>
<div class="text-zone-description">
<?php echo $page->body; ?>
</div>
<?php endif; ?>
</div>
<?php } ?>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('partial'); ?>
<?php echo $partial; ?>
<?php $__env->stopSection(); ?>
<?php echo $__env->make("pages::frontend_new.layouts.{$layout}", \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/tradze/public_html/app/Modules/Pages/Resources/Views/frontend_new/page_int.blade.php ENDPATH**/ ?>