X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/realesbar-X/resources/views/property
home
/
gfecatvj
/
sites
/
realesbar-X
/
resources
/
views
/
property
/
📁
..
📄
propertyList.blade.php
(7.92 KB)
📄
single.blade.php
(30.24 KB)
📄
templ.blade.php
(9.23 KB)
Editing: single.blade.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)); ?> @extends('templ') @section('meta_description'){{ $value->description}}@stop @section('title'){{$value->title}}@stop @section('title'){{$value->title}}@stop @section('og') @parent @if(isset($page_title)) <meta property="og:title" content="{{ $page_title }}" /> @endif @if(isset($value->description)) <meta property="og:description" content="{{ $value->description }}" /> @endif @if($images) <meta property="og:image" content="{{asset('/public/'.$images[0]->url)}}" /> @endif @endsection @section('Google_adsense') @includeif('gfects.googleadsense') @stop {{-- head end--}} {{-- Body start--}} {{-- section starts--}} {{-- top --}} @section('section_content_top') <!-- findFormBlock --> <form action="#" class="findFormBlock findFormBlock2 bgLightDark hasShadowTop offsetHeaderTop"> </form> @stop @section('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> @stop {{-- Middle --}} @section('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 {{ $value->aqu_option }}</li> </ol> <h1 class="fontNeuron">{{$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>{{$var = isset($value->address) ? "$value->address ," : ""}} {{$var = isset($value->city) ? "$value->city ," : ""}} {{$var = isset($value->region) ? "$value->region ," : ""}} {{$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={{ $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={{ $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={{ $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">@money($value->price)</strong> {{-- <strong class="elemenBlock fwNormal fontNeuron subtitle w100">$770 / sq ft</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"> @if(isset($images[0]->url)) @foreach($images as $key => $img) <div> <div class="imgHolder"> <a href="#"> <img src="{{asset('/public/'.$img->url)}}" alt="{{ $img->description }}"> </a> </div> </div> @endforeach @else <div> <div class="imgHolder"> <a href="#"> <img src="https://via.placeholder.com/115x90" alt="image description"> </a> </div> </div> @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">{{$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>{{$var = isset($value->address) ? "$value->address ," : ""}} {{$var = isset($value->city) ? "$value->city ," : ""}} {{$var = isset($value->region) ? "$value->region ," : ""}} {{$value->country}} </p> </address> </div> <div class="col-xs-12 col-sm-4 justify-end"> <!-- captionActionsList --> <!-- postColumnSocial --> {{--<ul class="list-unstyled viewFilterLinks"> <li style="padding-right:24px;"><i class="fi flaticon-share"></i></li> <li style="padding-right:24px;"><a href="https://www.facebook.com/sharer/sharer.php?u={{ $pg_url }}" target="_blank"><i class="fab fa-facebook-square"></i></a></li> <li><a href="whatsapp://send?text={{ $pg_url }}" data-action="share/whatsapp/share" target="_blank"><i class="fab fa-whatsapp-square"></i></a></li> <!-- <li><a href="https://www.instagram.com/sharer/sharer.php?u={{ $pg_url }}" data-action="share/instagram/share" class="stretched-link" target="_blank"><i class="fab fa-instagram"></i></a></li> --> </ul> --}} <div class="viewFilterLinks"> <!-- Sharingbutton Facebook --> <a class="resp-sharing-button__link" href="https://www.facebook.com/sharer/sharer.php?u={{ $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={{ $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">@money($value->price)</h4> {{-- <strong class="elemenBlock fwNormal fontNeuron subtitle w100">$770 / sq ft</strong> --}} </div> </ul> <ul class="listpanel-head"> <li>beds<span>{{ $value->bedrooms }}</span></li> <li>baths<span>{{ $value->bathrooms }}</span></li> @if(isset($value->garages)) <li>garages<span>{{ $value->garages }}</span></li> @endif {{-- <li>Area<span>2100 m2</span></li> <li>year butilt<span>2017-06-10</span></li>--}} </ul> <div class="listpanel-content"> <ul> <li><span></span><span class="righttext"></span></li> <li><span>Property ID</span><span class="righttext">: LRANDB00{{$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>Last remodel year</span><span class="righttext">: 2017</span></li> <li><span>Additional Rooms</span><span class="righttext">: Guest Bath</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>{{ $value->description }}</p> </section> <section id="address" class="accountData address"> <div class="head"> <h4 class="fontNeuron">Address</h4> <div class="btnArea"> {{-- <a href="#" class="btn btn-info"><i class="fi flaticon-pin-1"></i>Open on Google Maps</a> --}} </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">: {{ $value->address}}</span></li> <li><span>City</span><span class="righttext">: {{ $value->city }}</span></li> {{-- <li><span>Neighborhood</span><span class="righttext">: Hermosa</span></li> --}} <li><span>State/county</span><span class="righttext">: {{ $value->region }}</span></li> <li><span>Country</span><span class="righttext">: {{$value->country}}</span></li> </ul> </div> </section> <?php $amenities = json_decode($value->amenities); ?> @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"> @foreach($amenities as $key => $amenity) <li> <label class="fwNormal customLabelCheck"> <span class="fakeLabel">{{ $amenity }}</span> </label> </li> @endforeach </ul> </form> </div> </section> @endif @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="{{asset('/public')}}/img/Logo-2.jpg" alt="image description" class="img-responsive"> <a href="{{$video}}" data-fancybox="true" class="video-play"><i class="fi flaticon-play-button"></i></a> </div> </section> @endif <?php $floor_plans = json_decode($value->floor_plan); ?> @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> @if(count($floor_plans->iimg) > 1) <a href="#" class="btn btn-lighter">Second Floor</a> @endif </div> </div> @foreach($floor_plans as $key => $floor_plan) <figure> <img src="{{asset('/public/'.$floor_plan->url)}}" alt="{{ $floor_plan->description }}"> </figure> <div class="description"> <p>{{ $floor_plan->description }}</p> </div> @endforeach </section> </article> @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"> {{--<a href="#"><img src="https://via.placeholder.com/100x75" alt="image description"></a>--}} </figure> <div class="pull-left"> <div class="hb-headcontent"> <h3>Local rnb</h3> <span>Derick Boakye</span> {{--<a href="#">View Listings</a>--}} </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> @include('contactForm', ['class' => 'widgetCalcForm']) </section> <!-- widgetCalc --> @includeIf('mortgageCalculator') <!-- widgetRecentPosts --> </aside> </div> {{-- <div class="col-xs-12"> <header class="rowHead"> <h1 class="fontNeuron blockH text-uppercase"><span class="bdrBottom">SMILAR</span> <span class="textSecondary">PROPERTIES</span></h1> </header> </div> <div class="col-xs-12 col-sm-6 col-md-4 col isoCol sale"> <!-- postColumn --> <article class="postColumn hasOver bgWhite"> <div class="aligncenter"> <!-- postColumnImageSlider --> <div class="slick-carousel slickSlider postColumnImageSlider"> <div> <div class="imgHolder"> <a href="properties-single1.html"> <img src="https://via.placeholder.com/360x260" alt="image description"> </a> </div> </div> <div> <div class="imgHolder"> <a href="properties-single1.html"> <img src="https://via.placeholder.com/360x260" alt="image description"> </a> </div> </div> <div> <div class="imgHolder"> <a href="properties-single1.html"> <img src="https://via.placeholder.com/360x260" alt="image description"> </a> </div> </div> </div> <!-- postHoverLinskList --> <ul class="list-unstyled postHoverLinskList"> <li><a href="#"><i class="fi flaticon-repeat"></i></a></li> <li class="hasOver"> <a href="#"><i class="fi flaticon-share"></i></a> <!-- postColumnSocial --> <ul class="list-unstyled socialNetworks postColumnSocial"> <li><a href="#"><i class="fab fa-facebook-f"></i></a></li> <li><a href="#"><i class="fab fa-twitter"></i></a></li> <li><a href="#"><i class="fab fa-instagram"></i></a></li> <li><a href="#"><i class="fab fa-google"></i></a></li> </ul> </li> </ul> <!-- linkToFavourite --> <a href="#" class="linkToFavourite roundedCircle bg-primary textWhite icnHeartBeatAnim"><i class="far fa-heart"></i></a> </div> <h2 class="fontNeuron text-capitalize"><a href="properties-single1.html">Luxury Family Home</a></h2> <address> <span class="icn"><i class="fi flaticon-pin-1"></i></span> <p>The Village, Jersey City, NJ 07302, USA </p> </address> <span class="btn btnSmall btn-success text-capitalize">For Sale</span> <h3 class="fontNeuron fwSemi"><span class="textSecondary">$ 490,000</span> <span class="textUnit fwNormal">/ monthly</span></h3> <!-- postColumnFoot --> <footer class="postColumnFoot"> <ul class="list-unstyled"> <li> <strong class="fwNormal elemenBlock text-primary">Area</strong> <strong class="fwNormal elemenBlock">2100 m2</strong> </li> <li> <strong class="fwNormal elemenBlock text-primary">Beds</strong> <strong class="fwNormal elemenBlock">3</strong> </li> <li> <strong class="fwNormal elemenBlock text-primary">Baths</strong> <strong class="fwNormal elemenBlock">2</strong> </li> <li> <strong class="fwNormal elemenBlock text-primary">Garages</strong> <strong class="fwNormal elemenBlock">1</strong> </li> </ul> </footer> </article> </div> <div class="col-xs-12 col-sm-6 col-md-4 col isoCol rent"> <!-- postColumn --> <article class="postColumn hasOver bgWhite"> <div class="aligncenter"> <!-- postColumnImageSlider --> <div class="slick-carousel slickSlider postColumnImageSlider"> <div> <div class="imgHolder"> <a href="properties-single1.html"> <img src="https://via.placeholder.com/360x260" alt="image description"> </a> </div> </div> <div> <div class="imgHolder"> <a href="properties-single1.html"> <img src="https://via.placeholder.com/360x260" alt="image description"> </a> </div> </div> <div> <div class="imgHolder"> <a href="properties-single1.html"> <img src="https://via.placeholder.com/360x260" alt="image description"> </a> </div> </div> </div> <!-- postHoverLinskList --> <ul class="list-unstyled postHoverLinskList"> <li><a href="#"><i class="fi flaticon-repeat"></i></a></li> <li class="hasOver"> <a href="#"><i class="fi flaticon-share"></i></a> <!-- postColumnSocial --> <ul class="list-unstyled socialNetworks postColumnSocial"> <li><a href="#"><i class="fab fa-facebook-f"></i></a></li> <li><a href="#"><i class="fab fa-twitter"></i></a></li> <li><a href="#"><i class="fab fa-instagram"></i></a></li> <li><a href="#"><i class="fab fa-google"></i></a></li> </ul> </li> </ul> <!-- linkToFavourite --> <a href="#" class="linkToFavourite roundedCircle bg-primary textWhite icnHeartBeatAnim"><i class="far fa-heart"></i></a> </div> <h2 class="fontNeuron text-capitalize"><a href="properties-single1.html">Meridian Villas</a></h2> <address> <span class="icn"><i class="fi flaticon-pin-1"></i></span> <p>London, United Kingdom</p> </address> <span class="btn btnSmall btn-info text-capitalize">For Rent</span> <h3 class="fontNeuron fwSemi"><span class="textSecondary">$ 920,000</span> <span class="textUnit fwNormal">/ monthly</span></h3> <!-- postColumnFoot --> <footer class="postColumnFoot"> <ul class="list-unstyled"> <li> <strong class="fwNormal elemenBlock text-primary">Area</strong> <strong class="fwNormal elemenBlock">2100 m2</strong> </li> <li> <strong class="fwNormal elemenBlock text-primary">Beds</strong> <strong class="fwNormal elemenBlock">3</strong> </li> <li> <strong class="fwNormal elemenBlock text-primary">Baths</strong> <strong class="fwNormal elemenBlock">2</strong> </li> <li> <strong class="fwNormal elemenBlock text-primary">Garages</strong> <strong class="fwNormal elemenBlock">1</strong> </li> </ul> </footer> </article> </div> <div class="col-xs-12 col-sm-6 col-md-4 col isoCol rent"> <!-- postColumn --> <article class="postColumn hasOver bgWhite"> <div class="aligncenter"> <!-- postColumnImageSlider --> <div class="slick-carousel slickSlider postColumnImageSlider"> <div> <div class="imgHolder"> <a href="properties-single1.html"> <img src="https://via.placeholder.com/360x260" alt="image description"> </a> </div> </div> <div> <div class="imgHolder"> <a href="properties-single1.html"> <img src="https://via.placeholder.com/360x260" alt="image description"> </a> </div> </div> <div> <div class="imgHolder"> <a href="properties-single1.html"> <img src="https://via.placeholder.com/360x260" alt="image description"> </a> </div> </div> </div> <!-- postHoverLinskList --> <ul class="list-unstyled postHoverLinskList"> <li><a href="#"><i class="fi flaticon-repeat"></i></a></li> <li class="hasOver"> <a href="#"><i class="fi flaticon-share"></i></a> <!-- postColumnSocial --> <ul class="list-unstyled socialNetworks postColumnSocial"> <li><a href="#"><i class="fab fa-facebook-f"></i></a></li> <li><a href="#"><i class="fab fa-twitter"></i></a></li> <li><a href="#"><i class="fab fa-instagram"></i></a></li> <li><a href="#"><i class="fab fa-google"></i></a></li> </ul> </li> </ul> <!-- linkToFavourite --> <a href="#" class="linkToFavourite roundedCircle bg-primary textWhite icnHeartBeatAnim"><i class="far fa-heart"></i></a> </div> <h2 class="fontNeuron text-capitalize"><a href="properties-single1.html">Elegant studio flat</a></h2> <address> <span class="icn"><i class="fi flaticon-pin-1"></i></span> <p>The Village, Jersey City, NJ 07302, USA</p> </address> <span class="btn btnSmall btn-info text-capitalize">For Rent</span> <h3 class="fontNeuron fwSemi"><span class="textSecondary">$ 490,000</span> <span class="textUnit fwNormal">/ monthly</span></h3> <!-- postColumnFoot --> <footer class="postColumnFoot"> <ul class="list-unstyled"> <li> <strong class="fwNormal elemenBlock text-primary">Area</strong> <strong class="fwNormal elemenBlock">2100 m2</strong> </li> <li> <strong class="fwNormal elemenBlock text-primary">Beds</strong> <strong class="fwNormal elemenBlock">3</strong> </li> <li> <strong class="fwNormal elemenBlock text-primary">Baths</strong> <strong class="fwNormal elemenBlock">2</strong> </li> <li> <strong class="fwNormal elemenBlock text-primary">Garages</strong> <strong class="fwNormal elemenBlock">1</strong> </li> </ul> </footer> </article> </div> --}} </div> </div> @endsection @section('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={{ $pg_url }}" class="btnSocial btnFb elemenBlock"><i class="fab fa-facebook-f btnIco"></i> Facebook </a> <a href="whatsapp://send?text={{ $pg_url }}" class="btnSocial btnTw elemenBlock"><i class="fab fa-whatsapp btnIco"></i> Twitter </a> </div> </div> </div> </div> </form> </div> @stop {{-- section end--}} {{-- footer Start--}} {{-- footer end --}} {{-- Scripts start--}} @section('ext_scripts') @endsection {{-- script end--}} {{--Body end--}}
Upload File
Create Folder