2017-12-04 12:37:14 +00:00
|
|
|
{{-- This page needs $site_social --}}
|
|
|
|
|
|
|
|
<!-- BEGIN PRE-FOOTER -->
|
|
|
|
<div class="pre-footer">
|
|
|
|
<div class="container">
|
|
|
|
<div class="row">
|
|
|
|
<!-- BEGIN BOTTOM ABOUT BLOCK -->
|
|
|
|
<div class="col-md-4 col-sm-6 pre-footer-col">
|
|
|
|
<h2>About us</h2>
|
2018-05-20 12:53:14 +00:00
|
|
|
<p>{!! $so->site_aboutus !!}</p>
|
2017-12-04 12:37:14 +00:00
|
|
|
<!--
|
|
|
|
<div class="photo-stream">
|
|
|
|
<h2>Photos Stream</h2>
|
|
|
|
<ul class="list-unstyled">
|
|
|
|
<li><a href="javascript:;"><img alt="" src="{{!! Theme::url('') !!}}"></a></li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
-->
|
|
|
|
</div>
|
|
|
|
<!-- END BOTTOM ABOUT BLOCK -->
|
|
|
|
|
|
|
|
<!-- BEGIN BOTTOM CONTACTS -->
|
|
|
|
<div class="col-md-4 col-sm-6 pre-footer-col">
|
|
|
|
<h2>Our Contacts</h2>
|
|
|
|
<address class="margin-bottom-40">
|
|
|
|
<table>
|
2018-07-31 04:11:00 +00:00
|
|
|
<tr><th style="vertical-align:top; padding-right: 5px;">Address</th><td>{!! $so->address('html') !!}</td></tr>
|
|
|
|
@if($so->site_fax)
|
|
|
|
<tr><th>Fax</th><td>{{ $so->site_fax }}</tr>
|
2017-12-07 23:04:02 +00:00
|
|
|
@endif
|
2018-07-31 04:11:00 +00:00
|
|
|
<tr><th>Email</th><td> <a href="mailto:{{ $so->site_email }}">{{ $so->site_email }}</a></tr>
|
2017-12-04 12:37:14 +00:00
|
|
|
</table>
|
|
|
|
</address>
|
|
|
|
<!--
|
|
|
|
<div class="pre-footer-subscribe-box pre-footer-subscribe-box-vertical">
|
|
|
|
<h2>Newsletter</h2>
|
|
|
|
<p>Subscribe to our newsletter and stay up to date with the latest news and deals!</p>
|
|
|
|
<form action="#">
|
|
|
|
<div class="input-group">
|
|
|
|
<input type="text" placeholder="youremail@mail.com" class="form-control">
|
|
|
|
<span class="input-group-btn">
|
|
|
|
<button class="btn btn-primary" type="submit">Subscribe</button>
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
-->
|
|
|
|
</div>
|
|
|
|
<!-- END BOTTOM CONTACTS -->
|
|
|
|
|
|
|
|
<!-- BEGIN TWITTER BLOCK -->
|
|
|
|
<!--
|
|
|
|
<div class="col-md-4 col-sm-6 pre-footer-col">
|
|
|
|
<h2 class="margin-bottom-0">Latest Tweets</h2>
|
|
|
|
<a class="twitter-timeline" href="https://twitter.com/twitterapi" data-tweet-limit="2" data-theme="dark" data-link-color="#57C8EB" data-widget-id="" data-chrome="noheader nofooter noscrollbar noborders transparent">Loading tweets...</a>
|
|
|
|
</div>
|
|
|
|
-->
|
|
|
|
<!-- END TWITTER BLOCK -->
|
|
|
|
|
|
|
|
<!-- BEGIN ADDRESS MAP -->
|
|
|
|
{{-- @todo --}}
|
|
|
|
<!-- END ADDRESS MAP -->
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- END PRE-FOOTER -->
|
|
|
|
|
|
|
|
<!-- BEGIN FOOTER -->
|
|
|
|
<div class="footer">
|
|
|
|
<div class="container">
|
|
|
|
<div class="row">
|
|
|
|
<!-- BEGIN COPYRIGHT -->
|
|
|
|
<div class="col-md-4 col-sm-4 padding-top-10">
|
|
|
|
2016 © Leenooks. ALL Rights Reserved. <!-- <a href="javascript:;">Privacy Policy</a> | <a href="javascript:;">Terms of Service</a> -->
|
|
|
|
</div>
|
|
|
|
<!-- END COPYRIGHT -->
|
|
|
|
|
|
|
|
<!-- BEGIN SOCIAL -->
|
|
|
|
<div class="col-md-4 col-sm-4">
|
|
|
|
<ul class="social-footer list-unstyled list-inline pull-right">
|
2018-05-20 12:53:14 +00:00
|
|
|
@foreach ($so->social as $social)
|
|
|
|
<li><a href="{{ $social['url'] }}"><i class="fa fa-{{ $social['name'] }}"></i></a></li>
|
|
|
|
@endforeach
|
2017-12-04 12:37:14 +00:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<!-- END SOCIAL -->
|
|
|
|
|
|
|
|
<!-- BEGIN POWERED -->
|
|
|
|
<div class="col-md-4 col-sm-4 text-right">
|
|
|
|
<p class="powered">Powered by: <a href="http://www.leenooks.net/">leenooks</a></p>
|
|
|
|
</div>
|
|
|
|
<!-- END POWERED -->
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- END FOOTER -->
|