@extends('frontend.layouts.content-sidebar', array('body_class' => 'assessment-page', 'metaTitle' => strip_tags($object->title), 'hasRecaptcha' => true, 'hasMaps' => true)) @section('content-toolbar') @include('frontend.templates.components.share_buttons') @stop @section('content-top')

{{ $object->title }}

@stop @section('content-left')
{!! $object->content !!}

Personal details

Back

Site details

@lang('Choose File') @lang('No file selected')
* Mandatory fields
{!! Form::hidden('g-recaptcha-response',null,["class"=>"g-recaptcha-response"]) !!}
{!! $object->summary !!}
@stop @section('content-footer') @include('frontend.templates.blocks.teaser-block') @include('frontend.templates.components.related_footer', array('title' => trans('frontend.further_reading'))) @stop