Files
totalsport/resources/views/layout/footer/ubicacion.blade.php

18 lines
341 B
PHP
Raw Normal View History

2020-04-10 02:21:25 -04:00
<div style="text-align: center;">
2020-04-28 23:52:56 -04:00
<a href="{{$urls->base}}/#contacto">
2020-04-10 02:21:25 -04:00
<i class="big icon icon-ubicacion"></i>
<p>
<strong>
UBICACI&Oacute;N
</strong>
</p>
</a>
2020-04-28 23:52:56 -04:00
<a href="{{$urls->base}}/#contacto">
2020-04-10 02:21:25 -04:00
<p>
Av. Nueva Providencia 1945, Of. 919,
<br />
Las Condes.
</p>
</a>
</div>