This commit is contained in:
2020-02-28 13:57:44 -03:00
parent 942308a2ca
commit 91b996201c
12 changed files with 118 additions and 80 deletions

View File

@ -0,0 +1,13 @@
<div class="five wide column" style="padding: 2em;">
<h4>
{!!nl2br($suplente->horario->titulo)!!}
</h4>
<p>
{!!nl2br($suplente->horario->contenido)!!}
</p>
<a href="{{$urls->notaria_turno}}">
<button class="ui inverted dark-blue button">
NOTAR&Iacute;A DE TURNO
</button>
</a>
</div>