@extends('layouts.base')
@section('editable_content')
@include('layouts.partials.informationPage')
@if( in_array($page->code_name, ['pricing_payback']))
<div class="green-bar"></div>
@else
@include('layouts.partials.informationIconRow')
@endif
@if( \Config::get('app.radepoActive'))
@include('layouts.partials.projectRow')
@else
@include('layouts.partials.referenceMapRow')
@endif
@endsection