X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/realesbar-X/storage/framework/views
home
/
gfecatvj
/
sites
/
realesbar-X
/
storage
/
framework
/
views
/
๐
..
๐
.gitignore
(14 B)
๐
08f4a6a922e79ad61deea514e3535daa6956e779.php
(4.1 KB)
๐
09b4bd2716e39ceef53fae85d26ba1f4a4932c68.php
(1.77 KB)
๐
12f7a814e6ff32042b3016877700adf8ce76f041.php
(2.05 KB)
๐
16f2ff2159e35615554791ed6c2d7a53eff8dc0e.php
(10.78 KB)
๐
1e6d4621083d99c6a5b2a409dc36125b5e1bce86.php
(674 B)
๐
271d83906ece5dd2c1ef0642b2247d1d014ac08a.php
(5.16 KB)
๐
2a02d062e3082a0fbf32d666b8edbbf67397dcd3.php
(6.11 KB)
๐
2c798d762c60ad0c5d9c7af366ac68173fd6793e.php
(434 B)
๐
314f23e4ad081acc7beebb6f750d68556b3e3876.php
(1.53 KB)
๐
3daab235b39066a3eac26d720218f15580f02955.php
(21.11 KB)
๐
43a2efdb19af49f53999d487e9a20eecca0fae7b.php
(8.63 KB)
๐
44448b3aa87422a34929a78e5b4041a456fc9894.php
(2.2 KB)
๐
55d0dbb89ed65e2cd26293328ca9f99477c125ef.php
(440 B)
๐
5d620088896866044af209e77541bc6a53da645c.php
(2.55 KB)
๐
5efdaa1dbe233c218356805a539f1523a149816e.php
(1.36 KB)
๐
626988bb0dcb22cf8aee74ac3b3ad0067a58126a.php
(1.17 KB)
๐
63f04b63ce29ac3406426a974b7ef508ab51960b.php
(966 B)
๐
65f343041f9e17b8d4b0801fd04f38565ea75139.php
(2.5 KB)
๐
730167fa2d901d6391cc89407c97d7acc1ec0f38.php
(2.14 KB)
๐
7df67ac1889877ff75ad3429bf26e4499450a07a.php
(3.15 KB)
๐
85774869da3239ccc18bab0317923f2b4dfd6ce9.php
(190 B)
๐
868abee2be670dfb40d4a1a49ed820e08a1848a3.php
(3.75 KB)
๐
922c16887b643533d2845bfb1b289cc294393889.php
(390 B)
๐
94bffc2cb74e33107e194e01e8c884b871611d15.php
(2.85 KB)
๐
983268124021fc037ba611e4b87a6a20b9063607.php
(4.31 KB)
๐
99d5063d5dc64c50034d6a388a28e4449202814f.php
(333 B)
๐
a0563dd104ce15c1cf4e55d67dad46a9e9a78530.php
(6.6 KB)
๐
aa6e0d665d357bfe3548266047063c2e7466eaee.php
(5.03 KB)
๐
ab1824a490b6435de1200a033510436fdf971eca.php
(3.83 KB)
๐
ab74a85e8ebacfbce5421fe36282dbfcc4df79b3.php
(3.76 KB)
๐
b1a0b5c0d9c0261548a48fa0f6ee3a44ba12501c.php
(166 B)
๐
b7286bf0675a6397674ac0f6379d624524986f18.php
(3.02 KB)
๐
c1a2cf3fd8e3405880217e9f793af553b40de329.php
(191 B)
๐
cd22a2228ab32f73337b5842ebb0f634da66f2ee.php
(1.99 KB)
๐
ce27e4f2e7eb5802a647403c624074bfb7645b00.php
(2.69 KB)
๐
ceeec94ab248d5d321785a67d10940ec358dffad.php
(2.36 KB)
๐
d7f0a16fe3936b7722af4b19b1a3d081e6947ca8.php
(5.91 KB)
๐
d8c87f7c5ce63d9cc41d682b133a9cf364527711.php
(1.93 KB)
๐
e4acf81d32df9f51476b0e1542841eb6c48fc020.php
(434 B)
๐
e80ce99836a3424c48acbc37dd984d254db0e529.php
(5 KB)
๐
efd47446956624a177711cdd63547e79bea70fe5.php
(2.24 KB)
๐
f42771fc96b3d9a1255f2c9442bbccb979b8edef.php
(4.81 KB)
Editing: 3daab235b39066a3eac26d720218f15580f02955.php
<?php $value = $property; $images = json_decode($value->img); $page_title = preg_replace('/[^A-Za-z0-9]/', '-', $value->title); $page_title = preg_replace('/-+/', '-', $page_title); $pg_url = url('property/'.$value->id.'/'.strtolower($page_title)); ?> <?php $__env->startSection('meta_description'); ?><?php echo e($value->description); ?><?php $__env->stopSection(); ?> <?php $__env->startSection('title'); ?><?php echo e($value->title); ?><?php $__env->stopSection(); ?> <?php $__env->startSection('title'); ?><?php echo e($value->title); ?><?php $__env->stopSection(); ?> <?php $__env->startSection('og'); ?> ##parent-placeholder-f8bf1076b5ce0c73ec334c35c19d254996a02d09## <?php if(isset($page_title)): ?> <meta property="og:title" content="<?php echo e($page_title); ?>" /> <?php endif; ?> <?php if(isset($value->description)): ?> <meta property="og:description" content="<?php echo e($value->description); ?>" /> <?php endif; ?> <?php if($images): ?> <meta property="og:image" content="<?php echo e(asset('/public/'.$images[0]->url)); ?>" /> <?php endif; ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('Google_adsense'); ?> <?php if ($__env->exists('gfects.googleadsense')) echo $__env->make('gfects.googleadsense', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('section_content_top'); ?> <!-- findFormBlock --> <form action="#" class="findFormBlock findFormBlock2 bgLightDark hasShadowTop offsetHeaderTop"> </form> <?php $__env->stopSection(); ?> <?php $__env->startSection('more_css_style'); ?> <style> .resp-sharing-button__link, .resp-sharing-button__icon { display: inline-block } .resp-sharing-button__link { text-decoration: none; color: #fff; margin: 0.5em } .resp-sharing-button { border-radius: 5px; transition: 25ms ease-out; padding: 0.5em 0.75em; font-family: Helvetica Neue,Helvetica,Arial,sans-serif } .resp-sharing-button__icon svg { width: 1em; height: 1em; margin-right: 0.4em; vertical-align: top } .resp-sharing-button--small svg { margin: 0; vertical-align: middle } /* Non solid icons get a stroke */ .resp-sharing-button__icon { stroke: #fff; fill: none } /* Solid icons get a fill */ .resp-sharing-button__icon--solid, .resp-sharing-button__icon--solidcircle { fill: #fff; stroke: none } .resp-sharing-button--twitter { background-color: #55acee } .resp-sharing-button--twitter:hover { background-color: #2795e9 } .resp-sharing-button--pinterest { background-color: #bd081c } .resp-sharing-button--pinterest:hover { background-color: #8c0615 } .resp-sharing-button--facebook { background-color: #3b5998 } .resp-sharing-button--facebook:hover { background-color: #2d4373 } .resp-sharing-button--tumblr { background-color: #35465C } .resp-sharing-button--tumblr:hover { background-color: #222d3c } .resp-sharing-button--reddit { background-color: #5f99cf } .resp-sharing-button--reddit:hover { background-color: #3a80c1 } .resp-sharing-button--google { background-color: #dd4b39 } .resp-sharing-button--google:hover { background-color: #c23321 } .resp-sharing-button--linkedin { background-color: #0077b5 } .resp-sharing-button--linkedin:hover { background-color: #046293 } .resp-sharing-button--email { background-color: #777 } .resp-sharing-button--email:hover { background-color: #5e5e5e } .resp-sharing-button--xing { background-color: #1a7576 } .resp-sharing-button--xing:hover { background-color: #114c4c } .resp-sharing-button--whatsapp { background-color: #25D366 } .resp-sharing-button--whatsapp:hover { background-color: #1da851 } .resp-sharing-button--hackernews { background-color: #FF6600 } .resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus { background-color: #FB6200 } .resp-sharing-button--vk { background-color: #507299 } .resp-sharing-button--vk:hover { background-color: #43648c } .resp-sharing-button--facebook { background-color: #3b5998; border-color: #3b5998; } .resp-sharing-button--facebook:hover, .resp-sharing-button--facebook:active { background-color: #2d4373; border-color: #2d4373; } .resp-sharing-button--whatsapp { background-color: #25D366; border-color: #25D366; } .resp-sharing-button--whatsapp:hover, .resp-sharing-button--whatsapp:active { background-color: #1DA851; border-color: #1DA851; } </style> <?php $__env->stopSection(); ?> <?php $__env->startSection('section_content'); ?> <section class="container"> <!-- contentFiltersHeadingWrap --> <header class="contentFiltersHeadingWrap row"> <div class="col-xs-12 col col-sm-8"> <!-- breadcrumb --> <ol class="breadcrumb breadcrumb1"> <li><a href="#">Home</a></li> <li><a href="#">Property</a></li> <li class="active"> for <?php echo e($value->aqu_option); ?></li> </ol> <h1 class="fontNeuron"><?php echo e($value->title); ?> <a class="btn btnSmall btn-success fontBase">For Sale</a></h1> <!-- captionAddress --> <address class="captionAddress"> <span class="icn"><i class="fi flaticon-pin-1"></i></span> <p><?php echo e($var = isset($value->address) ? "$value->address ," : ""); ?> <?php echo e($var = isset($value->city) ? "$value->city ," : ""); ?> <?php echo e($var = isset($value->region) ? "$value->region ," : ""); ?> <?php echo e($value->country); ?> </p> </address> </div> <div class="col-xs-12 col-sm-4 justify-end"> <!-- captionActionsList --> <ul class="list-unstyled viewFilterLinks"> <li><i class="fi flaticon-share"></i></li> <li><a href="https://www.facebook.com/sharer/sharer.php?u=<?php echo e($pg_url); ?>" data-action="share/facebook/share" class="stretched-link" target="_blank"><i class="fab fa-facebook-f"></i></a></li> <li><a href="whatsapp://send?text=<?php echo e($pg_url); ?>" data-action="share/whatsapp/share" class="stretched-link" target="_blank"><i class="fab fa-whatsapp"></i></a></li> <!-- <li><a href="https://www.instagram.com/sharer/sharer.php?u=<?php echo e($pg_url); ?>" data-action="share/instagram/share" class="stretched-link" target="_blank"><i class="fab fa-instagram"></i></a></li> --> </ul> <strong class="elemenBlock price fwSemi fontNeuron w100"><?php echo 'ยข' . number_format($value->price, 2); ?></strong> </div> </header> </section> <!-- twoColumns --> <div class="twoColumns container"> <div class="row"> <div class="col-xs-12 col-sm-12 col-md-8"> <!-- content --> <article id="content"> <!-- tabs --> <div class="tabSetholder tabschanges bgWhite"> <div class="tab-content"> <div id="tab1-0"> <div class="slick-thumbnailslider slickSlider postColumnImageSlider"> <?php if(isset($images[0]->url)): ?> <?php $__currentLoopData = $images; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $img): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div> <div class="imgHolder"> <a href="#"> <img src="<?php echo e(asset('/public/'.$img->url)); ?>" alt="<?php echo e($img->description); ?>"> </a> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php else: ?> <div> <div class="imgHolder"> <a href="#"> <img src="https://via.placeholder.com/115x90" alt="image description"> </a> </div> </div> <?php endif; ?> </div> </div> </div> </div> <!-- boxPanelBlock --> <section id="Detail" class="accountData"> <div class="head"> <h2 class="fontNeuron">Detail</h2> </div> <ul class="listpanel-head"> <div class="col-xs-12 col col-sm-8"> <!-- breadcrumb --> <h1 class="fontNeuron"><?php echo e($value->title); ?> <a class="btn btnSmall btn-success fontBase">For Sale</a></h1> <!-- captionAddress --> <address class="captionAddress"> <span class="icn"><i class="fi flaticon-pin-1"></i></span> <p><?php echo e($var = isset($value->address) ? "$value->address ," : ""); ?> <?php echo e($var = isset($value->city) ? "$value->city ," : ""); ?> <?php echo e($var = isset($value->region) ? "$value->region ," : ""); ?> <?php echo e($value->country); ?> </p> </address> </div> <div class="col-xs-12 col-sm-4 justify-end"> <!-- captionActionsList --> <!-- postColumnSocial --> <div class="viewFilterLinks"> <!-- Sharingbutton Facebook --> <a class="resp-sharing-button__link" href="https://www.facebook.com/sharer/sharer.php?u=<?php echo e($pg_url); ?>" target="_blank" rel="noopener" aria-label=""> <div class="resp-sharing-button resp-sharing-button--facebook resp-sharing-button--small"><div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.77 7.46H14.5v-1.9c0-.9.6-1.1 1-1.1h3V.5h-4.33C10.24.5 9.5 3.44 9.5 5.32v2.15h-3v4h3v12h5v-12h3.85l.42-4z"/></svg> </div> </div> </a> <!-- Sharingbutton WhatsApp --> <a class="resp-sharing-button__link" href="whatsapp://send?text=<?php echo e($pg_url); ?>" target="_blank" rel="noopener" aria-label=""> <div class="resp-sharing-button resp-sharing-button--whatsapp resp-sharing-button--small"><div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solid"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.1 3.9C17.9 1.7 15 .5 12 .5 5.8.5.7 5.6.7 11.9c0 2 .5 3.9 1.5 5.6L.6 23.4l6-1.6c1.6.9 3.5 1.3 5.4 1.3 6.3 0 11.4-5.1 11.4-11.4-.1-2.8-1.2-5.7-3.3-7.8zM12 21.4c-1.7 0-3.3-.5-4.8-1.3l-.4-.2-3.5 1 1-3.4L4 17c-1-1.5-1.4-3.2-1.4-5.1 0-5.2 4.2-9.4 9.4-9.4 2.5 0 4.9 1 6.7 2.8 1.8 1.8 2.8 4.2 2.8 6.7-.1 5.2-4.3 9.4-9.5 9.4zm5.1-7.1c-.3-.1-1.7-.9-1.9-1-.3-.1-.5-.1-.7.1-.2.3-.8 1-.9 1.1-.2.2-.3.2-.6.1s-1.2-.5-2.3-1.4c-.9-.8-1.4-1.7-1.6-2-.2-.3 0-.5.1-.6s.3-.3.4-.5c.2-.1.3-.3.4-.5.1-.2 0-.4 0-.5C10 9 9.3 7.6 9 7c-.1-.4-.4-.3-.5-.3h-.6s-.4.1-.7.3c-.3.3-1 1-1 2.4s1 2.8 1.1 3c.1.2 2 3.1 4.9 4.3.7.3 1.2.5 1.6.6.7.2 1.3.2 1.8.1.6-.1 1.7-.7 1.9-1.3.2-.7.2-1.2.2-1.3-.1-.3-.3-.4-.6-.5z"/></svg> </div> </div> </a> </div> <h4 class="elemenBlock price fwSemi fontNeuron w100 text-right"><?php echo 'ยข' . number_format($value->price, 2); ?></h4> </div> </ul> <ul class="listpanel-head"> <li>beds<span><?php echo e($value->bedrooms); ?></span></li> <li>baths<span><?php echo e($value->bathrooms); ?></span></li> <?php if(isset($value->garages)): ?> <li>garages<span><?php echo e($value->garages); ?></span></li> <?php endif; ?> </ul> <div class="listpanel-content"> <ul> <li><span></span><span class="righttext"></span></li> <li><span>Property ID</span><span class="righttext">: LRANDB00<?php echo e($value->id); ?></span></li> <li><span>Deposit</span><span class="righttext">: 20%</span></li> </ul> <ul> <li><span></span><span class="righttext"></span></li> <li><span>Available for Loan</span><span class="righttext">: Yes</span></li> </ul> </div> </section> <section class="accountData"> <div class="head"> <h4 class="fontNeuron">Description</h4> </div> <p><?php echo e($value->description); ?></p> </section> <section id="address" class="accountData address"> <div class="head"> <h4 class="fontNeuron">Address</h4> <div class="btnArea"> </div> </div> <div class="listpanel-content widthauto address paddingzero"> <ul> <li><span></span><span class="righttext"></span></li> <li><span></span><span class="righttext"></span></li> <li><span>Address</span><span class="righttext">: <?php echo e($value->address); ?></span></li> <li><span>City</span><span class="righttext">: <?php echo e($value->city); ?></span></li> <li><span>State/county</span><span class="righttext">: <?php echo e($value->region); ?></span></li> <li><span>Country</span><span class="righttext">: <?php echo e($value->country); ?></span></li> </ul> </div> </section> <?php $amenities = json_decode($value->amenities); ?> <?php if(isset($amenities[0])): ?> <section class="addProperty amenities margin-zero"> <div class="formContent"> <form> <header class="contentHead"> <h2 class="fontNeuron">Amenities</h2> </header> <ul class="list-unstyled checkList text-primary"> <?php $__currentLoopData = $amenities; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $amenity): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li> <label class="fwNormal customLabelCheck"> <span class="fakeLabel"><?php echo e($amenity); ?></span> </label> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </form> </div> </section> <?php endif; ?> <?php if(isset($video)): ?> <section class="accountData aboutBlock overlaychange"> <div class="head"> <h4 class="fontNeuron">Property Video</h4> </div> <div class="video-holder overlay"> <img src="<?php echo e(asset('/public')); ?>/img/Logo-2.jpg" alt="image description" class="img-responsive"> <a href="<?php echo e($video); ?>" data-fancybox="true" class="video-play"><i class="fi flaticon-play-button"></i></a> </div> </section> <?php endif; ?> <?php $floor_plans = json_decode($value->floor_plan); ?> <?php if(isset($floor_plans[0])): ?> <section class="accountData floorplan"> <div class="head"> <h4 class="fontNeuron">Floor Plans</h4> <div class="btnArea"> <a href="#" class="btn btn-info">First Floor</a> <?php if(count($floor_plans->iimg) > 1): ?> <a href="#" class="btn btn-lighter">Second Floor</a> <?php endif; ?> </div> </div> <?php $__currentLoopData = $floor_plans; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $floor_plan): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <figure> <img src="<?php echo e(asset('/public/'.$floor_plan->url)); ?>" alt="<?php echo e($floor_plan->description); ?>"> </figure> <div class="description"> <p><?php echo e($floor_plan->description); ?></p> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </section> </article> <?php endif; ?> </div> <div class="col-xs-12 col-sm-12 col-md-4"> <aside id="sidebar"> <!-- contactFormPage --> <section class="contactFormPage widget"> <div class="hb-headarea"> <div class="holder"> <figure class="hb-author-img pull-left"> </figure> <div class="pull-left"> <div class="hb-headcontent"> <h3>Local rnb</h3> <span>Derick Boakye</span> </div> </div> </div> <div class="hb-numberbox text-center"> <h3><i class="fi flaticon-24-hours"></i><a href="tel:0268413644" class="stretched-link">026-841-3644</a></h3> </div> </div> <?php echo $__env->make('contactForm', ['class' => 'widgetCalcForm'], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </section> <!-- widgetCalc --> <?php if ($__env->exists('mortgageCalculator')) echo $__env->make('mortgageCalculator', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <!-- widgetRecentPosts --> </aside> </div> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('popups'); ?> <div id="popup3" class="lightbox-demo"> <!-- popupLoginFrom --> <form action="#" class="popupHolderWrap bgLightDark center-block popupLarge popupLoginFrom"> <h3>Share on</h3> <div class="tab-content"> <div id="tab01" class="tab-active"> <div class="popupColsHolder"> <div class="col bgWhite"> <a href="https://www.facebook.com/sharer/sharer.php?u=<?php echo e($pg_url); ?>" class="btnSocial btnFb elemenBlock"><i class="fab fa-facebook-f btnIco"></i> Facebook </a> <a href="whatsapp://send?text=<?php echo e($pg_url); ?>" class="btnSocial btnTw elemenBlock"><i class="fab fa-whatsapp btnIco"></i> Twitter </a> </div> </div> </div> </div> </form> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('ext_scripts'); ?> <?php $__env->stopSection(); ?> <?php echo $__env->make('templ', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/gfecatvj/sites/realesbar/resources/views/property/single.blade.php ENDPATH**/ ?>
Upload File
Create Folder