16 lines
1.4 KiB
PHP
16 lines
1.4 KiB
PHP
|
@if($vitrine2->postagens->first())
|
||
|
<section id="vitrines2" class="vitrines2e3" style='background: url("uploads/postagem-{{$vitrine2->postagens->first()->id}}.jpg") center center no-repeat; background-size:cover; margin-bottom:75px;'>
|
||
|
<div class="container position-relative">
|
||
|
<div class="text-center title m-5 " style="color:{{$_cortxt4}};">
|
||
|
<h1 class="scrollto animate__animated animate__fadeInUp mb-4"><strong>{{$vitrine2->postagens->first()->titulo}}</strong></h1>
|
||
|
@if ($vitrine2->postagens->first()->subtitulo != '')
|
||
|
<h3 class="ascrollto animate__animated animate__fadeInUp mb-4" style="color:{{$_cortxt4}};">{{$vitrine2->postagens->first()->subtitulo}}</h3>
|
||
|
@endif
|
||
|
@if ($vitrine2->postagens->first()->descricao != '')
|
||
|
<div class="scrollto animate__animated animate__fadeInUp">{!!$vitrine2->postagens->first()->descricao!!}</div>
|
||
|
@endif
|
||
|
<a target="_blank" href="https://api.whatsapp.com/send?phone=55{{$_telefone}}&text={{$configuracao['whatstxt2']}}" class="mt-3 btn btn-info btn-get-started scrollto animate__animated animate__fadeInUp" style="color:{{$_cortxt4}};">Saber mais...<img src="{{asset('assets/img/icon-whats.gif')}}" width="30" class="d-md-none" style="margin-left:10px; margin-top:-10px;" data-aos="fade-left"></a>
|
||
|
</div>
|
||
|
</div>
|
||
|
</section>
|
||
|
@endif
|