X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/realesbar-X/resources/views
home
/
gfecatvj
/
sites
/
realesbar-X
/
resources
/
views
/
📁
..
📁
admin
📁
auth
📁
blog
📄
child.blade.php
(205 B)
📄
contact.blade.php
(3.91 KB)
📄
contactForm.blade.php
(2.01 KB)
📄
email.blade.php
(15.51 KB)
📁
emails
📄
head.blade.php
(1.86 KB)
📄
home.blade.php
(650 B)
📄
inc_footer.blade.php
(4.2 KB)
📄
inc_header.blade.php
(4.83 KB)
📄
layout.blade.php
(270 B)
📁
layouts
📄
login.blade.php
(3.16 KB)
📄
mortgageCalculator.blade.php
(2.24 KB)
📁
property
📄
templ.blade.php
(1.24 KB)
📄
thanku4contactus.blade.php
(2.23 KB)
📄
welcome.blade.php
(2.71 KB)
Editing: contact.blade.php
@extends('templ') {{-- head Start--}} @section('meta_description'){{$meta_description}}@endsection @section('title'){{$title}}@endsection @section('more_css_style') <style type="text/css"> .error{ color:red; } #feedback_thank_you p{ margin-top: 15px; } #feedback_thank_you{ display: none; } </style> @endsection @section('Google_adsense') @includeif('googleadsense') @endsection {{-- head end--}} {{-- Body start--}} {{-- section starts--}} {{-- top --}} @section('section_content_top') <form action="#" class="findFormBlock findFormBlock2 bgLightDark hasShadowTop offsetHeaderTop"> <div class="container"> </div> </form> @endsection {{-- Middle --}} <?php if(Auth::check()){ $name = Auth::user()->name; $email = Auth::user()->email; }else{ $name = ''; $email = ''; } ?> @section('section_content') <section id="content" class="container pabIndent"> <!-- contentFiltersHeadingWrap --> <header class="contentFiltersHeadingWrap row"> <div class="col-xs-12 col-sm-10"> <h1 class="fontNeuron">Contact Us</h1> </div> </header> <!-- contactMain --> <div class="contactMain"> <div class="row flexSameHeight"> <div class="col-xs-12 col-sm-7 col-md-8"> <!-- contactFormPage --> <div class="contactFormPage"> <h4 class="fontNeuron">Send Us Message</h4> @error('title') <div class="alert alert-danger">{{ $message }}</div> @enderror @includeif('contactForm') </div> </div> <div class="col-xs-12 col-sm-5 col-md-4"> <!-- contactInfoPage --> <div class="contactInfoPage"> <h4 class="fontNeuron">Get In Touch</h4> <p>Please note we do not sell houses, we a Ghanaian property platform. For any questions regarding a listing please contact the real estate agent who has placed the property ad.</p> <address class="adr"> <div class="item"> <i class="fi flaticon-navigation"></i> <span class="text">P.o.box 5176, Adum, Kumasi.</span> </div> <div class="item"> <i class="fi flaticon-24-hours"></i> <span class="text"><a href="tel:0268413644">026-841-3644</a></span> </div> <div class="item"> <i class="fi flaticon-mail"></i> <span class="text"> <a href="mailto:info@localrentandbuy.com"> info@localrentandbuy.com </a> </span> </div> </address> <ul class="socialNetworks list-unstyled"> <li><a href="#" target="_blank"><i class="fab fa-facebook-f"></i></a></li> <li><a href="https://www.instagram.com/localrentandbuy" target="_blank"><i class="fab fa-instagram"></i></a></li> <!-- <li><a href="#"><i class="fab fa-twitter"></i></a></li> <li><a href="#"><i class="fab fa-pinterest"></i></a></li> <li><a href="#"><i class="fab fa-dribbble"></i></a></li> <li><a href="#"><i class="fab fa-google"></i></a></li> --> </ul> </div> </div> </div> </div> </section> @endsection {{-- bottom for pop ups--}} @section('section_content_3') @endsection {{-- section end--}} {{-- footer Start--}} {{-- footer end --}} {{-- Scripts start--}} @section('ext_scripts') @endsection {{-- script end--}} {{--Body end--}}
Upload File
Create Folder