{{ad_head($site ->configuracao)}} {!! $site->configuracao->conteudos()->where('tipo', 'google_analytics')->first()->descricao ?? '' !!} {!! $site->configuracao->conteudos()->where('tipo', 'facebook_pixel')->first()->descricao ?? '' !!} {!!$site->adicional->html_header!!} {!! $conversao -> tag_html !!} {!! $conversao -> tag_global !!} @php $cor = $conteudo -> conteudos() -> where('tipo','cor_header') ->first() @endphp @if($cor) @if($cor ->imagem) @endif @endif
@if ($conteudo ->conteudos() ->where('tipo','logo_lan') ->first()) @else @endif
@php $conteudo_config = $conteudo ->conteudos() -> where('tipo','conteudo_config') ->first(); if($conteudo_config){ $conteudo_config = $conteudo_config ->descricao == 'on' ? True : false; }else{ $conteudo_config = false; } @endphp @if(!$conteudo_config)
@else @php $botao_h = $conteudo ->conteudos() ->where('tipo', 'botao_header') ->first(); @endphp

{!! $conteudo->conteudos()->where('tipo', 'texto_header')->first()->descricao ?? 'Defensor Jurídico: Protegendo Seus Direitos com Excelência' !!}

@endif
conteudos() -> where('tipo','banner_profissional') ->first(); @endphp style="background-image: url('{{ $banner ? route('arquivo.show',$banner -> imagem) : url('landing-pages/01/images/banner-profissional.png') }}');" >

{!! $conteudo -> conteudos() ->where('tipo','titulo_profissional')->first() ->descricao ?? 'CONHEÇA NOSSO TIME' !!}

@foreach($conteudo ->conteudos() ->where('tipo','profissional') ->get() as $profissional)
{{ $profissinal -> nome ?? 'Sem nome' }}

{{$profissional -> nome}}


{!! $profissional -> descricao !!}

@endforeach
conteudos() -> where('tipo','cor_area') ->first() @endphp @if($cor) style="background-color: #{{$cor -> descricao}}" @endif >

{!! $conteudo -> conteudos() ->where('tipo','titulo_area')->first() ->descricao ?? 'ÁREAS DE ATUAÇÃO' !!}

@foreach($conteudo ->conteudos() ->where('tipo','area_atuacao') -> get() as $area )
{{$area -> nome}}

{{$area -> nome }}

@endforeach
conteudos() -> where('tipo','banner_contato') ->first(); @endphp style="background-image: url('{{ $banner ? route('arquivo.show',$banner -> imagem) : url('landing-pages/01/images/banner-contato.png') }}');" >

{!! $conteudo -> conteudos() ->where('tipo','contato_titulo')->first() ->descricao ?? '"Dedicamos nossos esforços para proporcionar um atendimento de excelência, rápido e transparente."' !!}


{!! $conteudo -> conteudos() ->where('tipo','texto_contato')->first() ->descricao ?? 'Entre em contato conosco:' !!}

@php $botao = $conteudo -> conteudos() -> where('tipo','botao_pagina') ->first() @endphp
{!!$site->adicional->html_footer!!}