Files
raby/resources/views/layout/footer/horario.blade.php

12 lines
295 B
PHP
Raw Normal View History

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