<!-- footer_section - start
================================================== -->
<footer class="footer_section text-white deco_wrap" style="background-image: url({{ asset("assets/images/backgrounds/bg_05.jpg") }});">
<div class="overlay"></div>
<div class="footer_widget_area">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-5 col-md-6 col-sm-7">
<div class="footer_subscribe_form text-center">
<h2 class="form_title text-uppercase wow fadeInUp" data-wow-delay=".01s">Rock Out Cafe, Manati</h2>
{# <form action="#">#}
{# <div class="form_item wow fadeInUp" data-wow-delay=".2s">#}
{# <input type="email" name="email" placeholder="Enter your email">#}
{# <button class="btn btn_primary text-uppercase" type="submit">Subscribe Now</button>#}
{# </div>#}
{# </form>#}
</div>
</div>
</div>
<div class="row justify-content-lg-between">
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="footer_widget footer_about wow fadeInUp" data-wow-delay=".1s">
<div class="brand_logo">
<a class="brand_link" href="{{ url('home') }}">
<img src="{{ asset("assets/images/logo/logo_white_1x.png") }}" srcset="{{ asset("assets/images/logo/logo_white_1x.png") }} 2x" alt="logo_not_found">
</a>
</div>
<ul class="social_links social_icons ul_li">
<li><a href="https://www.facebook.com/Rockoutcafe/" target="_blank"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="https://www.instagram.com/rockoutcafe/" target="_blank"><i class="fab fa-instagram"></i></a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="footer_widget footer_contact wow fadeInUp" data-wow-delay=".2s">
<h3 class="footer_widget_title text-uppercase">Contacto</h3>
<ul class="ul_li_block">
<li><strong class="text-uppercase">Dirección:</strong> Marginal Villa María, Manatí</li>
<li><strong class="text-uppercase">Phone:</strong> <a href="tel:9393451018">(939) 345-1018</a></li>
<li><strong class="text-uppercase">Whatsapp:</strong> <a href="https://wa.me/9392477477">(939) 247-7477</a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="footer_widget footer_opening_time wow fadeInUp" data-wow-delay=".3s">
<h3 class="footer_widget_title text-uppercase">Horario</h3>
<ul class="ul_li_block">
<li>
Domingo
<span>4:00 PM - 12:00 AM</span>
</li>
<li>
Miércoles - Jueves
<span>4:00 PM - 12:00 AM</span>
</li>
<li>
Viernes - Sábado
<span>4:00 PM - 2:00 AM</span>
</li>
</ul>
</div>
</div>
{# <div class="col-lg-3 col-md-4 col-sm-6">#}
{# <div class="footer_widget footer_recent_post wow fadeInUp" data-wow-delay=".4s">#}
{# <h3 class="footer_widget_title text-uppercase">Recent News</h3>#}
{# <div class="recent_post">#}
{# <a class="item_image" href="blog_details.html">#}
{# <img src="{{ asset("assets/images/recent_post/img_01.png") }}" alt="image_not_found">#}
{# </a>#}
{# <div class="item_content">#}
{# <h4 class="item_title">#}
{# <a href="blog_details.html">Best Smell of Americano Coffee Trins</a>#}
{# </h4>#}
{# <span class="post_date text-uppercase">December 30 - 2021</span>#}
{# </div>#}
{# </div>#}
{# <div class="recent_post">#}
{# <a class="item_image" href="blog_details.html">#}
{# <img src="{{ asset("assets/images/recent_post/img_02.png") }}" alt="image_not_found">#}
{# </a>#}
{# <div class="item_content">#}
{# <h4 class="item_title">#}
{# <a href="blog_details.html">Best Smell of Americano Coffee Trins</a>#}
{# </h4>#}
{# <span class="post_date text-uppercase">December 30 - 2021</span>#}
{# </div>#}
{# </div>#}
{# </div>#}
{# </div>#}
</div>
</div>
</div>
<div class="container">
<div class="footer_bottom text-center">
<p class="copyright_text mb-0 wow fadeInUp" data-wow-delay=".2s">Copyright@ 2022 Desing by <a class="btn_text" href="#"><span>CompuTech of PR</span></a></p>
</div>
</div>
</footer>
<!-- footer_section - end
================================================== -->