12 lines
295 B
PHP
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>
|