@extends('site.layout.base') @section('content') @if(!empty($header)) @include('site.page.block.header.objimage', array('objheader' => $header)) @else @include('site.page.block.header.image', array( 'title' => $section->title, 'title_class' => 'center', 'over_box_class' => 'full', 'social_hide' => true, )) @endif @include('site.page.block.breadcrumbs')
@for($a = 0; $a < count($tecnologies); $a++)

{{$tecnologies[$a]->title}}

{{$tecnologies[$a]->didascalia}}

{{$siteCtrl->_l("LEGGI_TUTTO")}}

@endfor
@stop