@if($conteudo->conteudos()->where('tipo','titulo_atuacao')->first())
{!!$conteudo->conteudos()->where('tipo','titulo_atuacao')->first()->descricao !!}
@else
Conheça nossos serviços:
@endif
@foreach($conteudo ->conteudos() ->where('tipo','area_atuacao') ->get() as $area)
imagem)
style="background-image: url('{{route('arquivo.show',$area ->imagem)}}')"
@endif
>
{{$area -> nome}}
@endforeach