15 lines
267 B
PHP
15 lines
267 B
PHP
<div class="banner">
|
|
@include('home.banner.pastilla')
|
|
</div>
|
|
|
|
@push('styles')
|
|
<style type="text/css">
|
|
.banner {
|
|
background-image: url('{{$urls->assets->images}}/img_banner.png')
|
|
}
|
|
.banner .mensaje {
|
|
padding: 3em;
|
|
}
|
|
</style>
|
|
@endpush
|