v0.6.0
This commit is contained in:
13
resources/views/layout/footer/datos.blade.php
Normal file
13
resources/views/layout/footer/datos.blade.php
Normal file
@ -0,0 +1,13 @@
|
||||
<div style="text-align: center;">
|
||||
<img style="height: 2em;" src="{{$urls->assets->images}}/Contacto.png" />
|
||||
<p>
|
||||
<strong>
|
||||
CONTACTO
|
||||
</strong>
|
||||
</p>
|
||||
<p>
|
||||
+56 2 2599 2453
|
||||
<br />
|
||||
<a href="mailto:administracion@notariaraby.cl">administracion@notariaraby.cl</a>
|
||||
</p>
|
||||
</div>
|
@ -1,7 +1,9 @@
|
||||
<div id="horario_footer" style="text-align: center; ">
|
||||
<img style="height: 0.02em;" src="{{$urls->assets->images}}/footer/horario.png" />
|
||||
<div id="horario_footer" style="text-align: center;">
|
||||
<img style="height: 2em;" src="{{$urls->assets->images}}/Horarios.png" />
|
||||
<p>
|
||||
{!!nl2br(strtoupper($suplente->horario->titulo))!!}
|
||||
<strong>
|
||||
{!!nl2br(strtoupper($suplente->horario->titulo))!!}
|
||||
</strong>
|
||||
</p>
|
||||
<p>
|
||||
{!!nl2br($suplente->horario->contenido)!!}
|
||||
|
19
resources/views/layout/footer/menu.blade.php
Normal file
19
resources/views/layout/footer/menu.blade.php
Normal file
@ -0,0 +1,19 @@
|
||||
<nav class="ui padded attached text menu">
|
||||
<a class="item" href="{{$urls->base}}">
|
||||
Notaría
|
||||
</a>
|
||||
<a class="item" href="{{$urls->base}}#servicios">
|
||||
Servicios
|
||||
</a>
|
||||
<a class="item" href="{{$urls->base}}/consultas">
|
||||
Consultas
|
||||
</a>
|
||||
<a class="item" href="{{$urls->base}}/contacto">
|
||||
Contacto
|
||||
</a>
|
||||
<div class="right menu">
|
||||
<div class="item">
|
||||
Copyright© Todos los derechos reservados a Notaría Raby
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
13
resources/views/layout/footer/ubicacion.blade.php
Normal file
13
resources/views/layout/footer/ubicacion.blade.php
Normal file
@ -0,0 +1,13 @@
|
||||
<div style="text-align: center;">
|
||||
<img style="height: 2em;" src="{{$urls->assets->images}}/Ubicación.png" />
|
||||
<p>
|
||||
<strong>
|
||||
UBICACIÓN
|
||||
</strong>
|
||||
</p>
|
||||
<p>
|
||||
Gertrudis Echenique 30, of. 32,
|
||||
<br />
|
||||
El Golf, Santiago, Chile.
|
||||
</p>
|
||||
</div>
|
Reference in New Issue
Block a user