{{-- 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>
				<p>{!! $site_aboutus !!}</p>
				<!--
					<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>
						<tr><th style="vertical-align:top; padding-right: 5px;">Address</th><td>{!! $site_address !!}</td></tr>
						<tr><th>Phone</th><td>{!! $site_phone !!}</tr>
						<tr><th>Fax</th><td>{!! $site_fax !!}</tr>
						<tr><th>Email</th><td> <a href="mailto:{!! $site_email !!}">{!! $site_email !!}</a></tr>
					</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">
					@if(isset($site_social) AND is_array($site_social))
						@foreach ($site_social as $social)
							<li><a href="{{ $social['url'] }}"><i class="fa fa-{{ $social['name'] }}"></i></a></li>
						@endforeach
					@endif
				</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 -->