Files
raby/resources/views/home/banner.blade.php

15 lines
267 B
PHP
Raw Normal View History

2020-02-27 19:09:54 -03:00
<div class="banner">
2020-02-27 23:02:24 -03:00
@include('home.banner.pastilla')
2020-02-27 19:09:54 -03:00
</div>
@push('styles')
<style type="text/css">
.banner {
background-image: url('{{$urls->assets->images}}/img_banner.png')
}
.banner .mensaje {
padding: 3em;
}
</style>
@endpush