@extends('site.layout.base') @section('content') @include('site.page.block.header.objimage', array('objheader' => $header)) @if(count($block) > 0) @php $block[0]->pretext = strip_tags($block[0]->pretext, ''); @endphp @include('site.page.block.content.textbkg', array('block' => $block[0])) @endif @include('site.page.block.stylewhere') @include('site.page.block.clienti') @include('site.page.block.contatti') @stop