Files
raby/resources/views/layout/footer/horario.blade.php
2020-03-02 16:25:48 -03:00

12 lines
295 B
PHP

<div id="horario_footer" style="text-align: center;">
<img style="height: 2em;" src="{{$urls->assets->images}}/Horarios.png" />
<p>
<strong>
{!!nl2br(strtoupper($suplente->horario->titulo))!!}
</strong>
</p>
<p>
{!!nl2br($suplente->horario->contenido)!!}
</p>
</div>