v0.3.0
This commit is contained in:
16
resources/views/home/banner/pastilla.blade.php
Normal file
16
resources/views/home/banner/pastilla.blade.php
Normal file
@ -0,0 +1,16 @@
|
||||
<div class="mensaje">
|
||||
<p class="titulo">
|
||||
{!!nl2br($banner->titulo)!!}
|
||||
</p>
|
||||
<p>
|
||||
{!!nl2br($banner->contenido)!!}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@push('styles')
|
||||
<style type="text/css">
|
||||
.banner .mensaje .titulo {
|
||||
font-weight: bold;
|
||||
}
|
||||
</style>
|
||||
@endpush
|
Reference in New Issue
Block a user