@extends('site.layout.base') @section('content') @if(!empty($header)) @php $header->parent = $section->parent; if(trim($header->title) == '') $header->title = $section->title; @endphp @include('site.page.block.header.objimage', array('objheader' => $header, 'social_share_header' => true)) @else @include('site.page.block.header.image', array( 'title' => $detail->title, 'title_class' => 'center', 'didascalia' => '', 'didascalia_class' => 'center mt', 'over_box_class' => 'full', 'custom_header_class' => 'small', 'social_share' => true )) @endif @include('site.page.block.breadcrumbs')

{{$detail->didascalia}}

@if(isset($detail->loghi) && count($detail->loghi) > 0)
@for($l = 0; $l < count($detail->loghi); $l++) {{$detail->loghi[$l]->logo}} @endfor
@endif
@include('site.page.block.content.dettaglio.blocks')
@include('site.page.unity.include.unity', array('custom_unity_blocks_class' => 'mt')) @stop