@extends('temas.theme-two.layout') @section('header')
@if($conteudo->conteudos()->where('tipo','banner_home')->first())
@else
@endif @if($conteudo->conteudos()->where('tipo','banner_home')->first())
@else
@endif

@if($site->informacao->logotipo != null) @else

{{ $site->informacao->nome_comercial }}

@endif

@if($conteudo->conteudos()->where('tipo','titulo_principal')->first())
{!!$conteudo->conteudos()->where('tipo','titulo_principal')->first() ->descricao !!}
@else
Profissionais Experientes e Respeitados Soluções jurídicas eficazes
@endif
@endsection @section('conteudo')
@if($conteudo ->conteudos() -> where('tipo','titulo_sobre')->first())

{!! $conteudo ->conteudos() -> where('tipo','titulo_sobre')->first() ->descricao !!}

@else

Sobre o escritório

@endif
@if($conteudo->conteudos() ->where('tipo','video_sobre') -> first())
{!! $conteudo->conteudos() ->where('tipo','video_sobre') -> first() ->descricao !!}
{{ csrf_field() }}
@else @if($conteudo ->conteudos() -> where('tipo','imagem_sobre') ->first()) Sobre o escritório @else @endif @endif @if($conteudo ->conteudos() -> where('tipo','texto_sobre') ->first())

{!! substr(($conteudo ->conteudos() -> where('tipo','texto_sobre') ->first() ->descricao ?? '' ), 0, 300) !!}...

@else

Dotado de uma estrutura ágil, abrangente, com os melhores recursos humanos e tecnológicos do mercado, nosso escritório está plenamente apto a atender às demandas e aos interesses de seus clientes, com dedicação, lealdade e eficiência de resultados, razões pelas quais alcançou prestígio e respeitabilidade no mercado.

@endif
Leia Mais

@if($conteudo ->conteudos() -> where('tipo','titulo_noticias')->first() )
{!! $conteudo ->conteudos() -> where('tipo','titulo_noticias')->first() ->descricao !!}
@else
ÚLTIMAS NOTÍCIAS
@endif

@if($posts) @foreach($posts as $item) @endforeach @endif @if($posts and !($feed)) @if(!count($posts)) @endif @endif @if($feed) @foreach($feed ->get_items() as $key => $item) @if(!empty($site->adicional->num_noticias_home)) @if($key > ($site->adicional->num_noticias_home - 2)) @break @endif @endif @endforeach @endif
@if($conteudo->conteudos() -> where('tipo','titulo_profissionais') ->first())

{!!$conteudo ->conteudos() ->where('tipo','titulo_profissionais') ->first() ->descricao !!}

@else

Os PROFISSIONAIS

@endif
@if($conteudo->conteudos() ->where('tipo','video_sobre_profissional') -> first())
{!! $conteudo->conteudos() ->where('tipo','video_sobre_profissional') -> first() ->descricao !!}
{{ csrf_field() }}
@else @if($conteudo -> conteudos() ->where('tipo','imagem_profissionais') ->first() ) Os profissionais @else @endif @endif @if( $conteudo -> conteudos() ->where('tipo','texto_profissionais') ->first())

{!! substr(($conteudo -> conteudos() ->where('tipo','texto_profissionais') ->first() ->descricao), 0, 300) !!}...

@else

Temos permanente compromisso com a eficiência, a ética profissional, a responsabilidade e a produtividade, visando atingir o mais elevado padrão de qualidade, que conduza a uma posição de destaque e liderança no mercado da advocacia, buscando incessantemente superar as expectativas de nossos clientes.

@endif
Conheça nossos profissionais
{{-- MODAIS DE EDIÇÃO E CADASTRO DE CONTEÚDO --}}
{{-- banner_video --}} @if($conteudo->conteudos()->where('tipo','video_sobre')->first()) @include('temas.componentes.video.edit',[ 'conteudo' => $conteudo->conteudos()->where('tipo','video_sobre')->first(), 'label' => 'Cole o link do seu vídeo', 'id' => 'video_sobre_modal_edit', 'tipo' => 'video_sobre', ]) @else @include('temas.componentes.video.create',[ 'conteudo' => $conteudo, 'label' => 'Cole o link do seu vídeo', 'id' => 'video_sobre_modal_edit', 'tipo' => 'video_sobre', ]) @endif {{-- banner_video profissional --}} @if($conteudo->conteudos()->where('tipo','video_sobre')->first()) @include('temas.componentes.video.edit',[ 'conteudo' => $conteudo->conteudos()->where('tipo','video_sobre')->first(), 'label' => 'Cole o link do seu vídeo', 'id' => 'video_sobre_profissional_modal_edit', 'tipo' => 'video_sobre_profissional', ]) @else @include('temas.componentes.video.create',[ 'conteudo' => $conteudo, 'label' => 'Cole o link do seu vídeo', 'id' => 'video_sobre_profissional_modal_edit', 'tipo' => 'video_sobre_profissional', ]) @endif {{-- banner_home --}} @if($conteudo->conteudos()->where('tipo','banner_home')->first()) @include('temas.componentes.imagem.edit',[ 'conteudo' => $conteudo->conteudos()->where('tipo','banner_home')->first(), 'label' => 'Imagem de fundo (Resolução sugerida 1920 x 770)', 'id' => 'banner_home_modal_edit', 'tipo' => 'banner_home', 'width' => '1920', 'height' => '770', ]) @else @include('temas.componentes.imagem.create',[ 'conteudo' => $conteudo, 'label' => 'Imagem de fundo (Resolução sugerida 1920 x 770)', 'id' => 'banner_home_modal_create', 'tipo' => 'banner_home', 'width' => '1920', 'height' => '770', ]) @endif {{-- titulo_principal --}} @include('temas.componentes.texto.create',[ 'conteudo' => $conteudo, 'label' => 'Título', 'id' => 'titulo_principal_modal_create', 'tipo' => 'titulo_principal', ]) @if($conteudo->conteudos()->where('tipo','titulo_principal')->first()) @include('temas.componentes.texto.edit',[ 'conteudo' => $conteudo->conteudos()->where('tipo','titulo_principal')->first(), 'label' => 'Título', 'id' => 'titulo_principal_modal_edit', 'tipo' => 'titulo_principal', ]) @endif {{-- subtitulo_principal --}} @include('temas.componentes.texto.create',[ 'conteudo' => $conteudo, 'label' => 'Título', 'id' => 'subtitulo_principal_modal_create', 'tipo' => 'subtitulo_principal', ]) @if($conteudo->conteudos()->where('tipo','subtitulo_principal')->first()) @include('temas.componentes.texto.edit',[ 'conteudo' => $conteudo->conteudos()->where('tipo','subtitulo_principal')->first(), 'label' => 'Título', 'id' => 'subtitulo_principal_modal_edit', 'tipo' => 'subtitulo_principal', ]) @endif {{-- titulo_sobre --}} @include('temas.componentes.texto.create',[ 'conteudo' => $conteudo, 'label' => 'Título', 'id' => 'titulo_sobre_modal_create', 'tipo' => 'titulo_sobre', ]) @if($conteudo->conteudos()->where('tipo','titulo_sobre')->first()) @include('temas.componentes.texto.edit',[ 'conteudo' => $conteudo->conteudos()->where('tipo','titulo_sobre')->first(), 'label' => 'Título', 'id' => 'titulo_sobre_modal_edit', 'tipo' => 'titulo_sobre', ]) @endif {{-- texto_sobre --}} @include('temas.componentes.textarea.create',[ 'conteudo' => $conteudo, 'label' => 'Texto', 'id' => 'texto_sobre_modal_create', 'tipo' => 'texto_sobre', ]) @if($conteudo->conteudos()->where('tipo','texto_sobre')->first()) @include('temas.componentes.textarea.edit',[ 'conteudo' => $conteudo->conteudos()->where('tipo','texto_sobre')->first(), 'label' => 'Texto', 'id' => 'texto_sobre_modal_edit', 'tipo' => 'texto_sobre', ]) @endif {{-- imagem_sobre --}} @if($conteudo->conteudos()->where('tipo','imagem_sobre')->first()) @include('temas.componentes.imagem.edit',[ 'conteudo' => $conteudo->conteudos()->where('tipo','imagem_sobre')->first(), 'label' => 'Editar imagem', 'id' => 'imagem_sobre_modal_edit', 'tipo' => 'imagem_sobre', 'width' => '383', 'height' => '221', ]) @else @include('temas.componentes.imagem.create',[ 'conteudo' => $conteudo, 'label' => 'Editar imagem', 'id' => 'imagem_sobre_modal_edit', 'tipo' => 'imagem_sobre', 'width' => '383', 'height' => '221', ]) @endif {{-- imagem_profissionais --}} @if($conteudo->conteudos()->where('tipo','imagem_profissionais')->first()) @include('temas.componentes.imagem.edit',[ 'conteudo' => $conteudo->conteudos()->where('tipo','imagem_profissionais')->first(), 'label' => 'Editar imagem', 'id' => 'imagem_profissionais_modal_edit', 'tipo' => 'imagem_profissionais', 'width' => '383', 'height' => '221', ]) @else @include('temas.componentes.imagem.create',[ 'conteudo' => $conteudo, 'label' => 'Editar imagem', 'id' => 'imagem_profissionais_modal_edit', 'tipo' => 'imagem_profissionais', 'width' => '383', 'height' => '221', ]) @endif {{-- titulo_profissionais --}} @include('temas.componentes.texto.create',[ 'conteudo' => $conteudo, 'label' => 'Título', 'id' => 'titulo_profissionais_modal_create', 'tipo' => 'titulo_profissionais', ]) @if($conteudo->conteudos()->where('tipo','titulo_profissionais')->first()) @include('temas.componentes.texto.edit',[ 'conteudo' => $conteudo->conteudos()->where('tipo','titulo_profissionais')->first(), 'label' => 'Título', 'id' => 'titulo_profissionais_modal_edit', 'tipo' => 'titulo_profissionais', ]) @endif {{-- texto_profissionais --}} @include('temas.componentes.textarea.create',[ 'conteudo' => $conteudo, 'label' => 'Texto', 'id' => 'texto_profissionais_modal_create', 'tipo' => 'texto_profissionais', ]) @if($conteudo->conteudos()->where('tipo','texto_profissionais')->first()) @include('temas.componentes.textarea.edit',[ 'conteudo' => $conteudo->conteudos()->where('tipo','texto_profissionais')->first(), 'label' => 'Texto', 'id' => 'texto_profissionais_modal_edit', 'tipo' => 'texto_profissionais', ]) @endif @include('temas.componentes.texto.create',[ 'conteudo' => $conteudo, 'label' => 'Título', 'id' => 'titulo_noticias_modal_create', 'tipo' => 'titulo_noticias', ]) @if($conteudo->conteudos()->where('tipo','titulo_noticias')->first()) @include('temas.componentes.texto.edit',[ 'conteudo' => $conteudo->conteudos()->where('tipo','titulo_noticias')->first(), 'label' => 'Título', 'id' => 'titulo_noticias_modal_edit', 'tipo' => 'titulo_noticias', ]) @endif @endsection