@extends('templates.theme-four') @section('titulo-pagina') @if(!empty($site->informacao->nome_comercial)) {{ $site->informacao->nome_comercial }} - Página inicial @else Página inicial @endif @endsection @section('menu-home') active @endsection @section('header') @endsection @section('conteudo')
@if($conteudo->conteudos()->where('tipo','area_atuacao')->count())
@foreach($conteudo ->conteudos() ->where('tipo','area_atuacao') ->get() as $key => $area)

{{$area->nome}}

{!!substr($area->descricao, 0,100)!!}...
@endforeach
@endif
@endsection @section('scripts') @endsection