@extends('site.layout.master') @section('content') @if($record->parent_id == 11)

{!! $record->sitepage->short_text_2 !!}

{!! $record->sitepage->short_text_3 !!}

@include('site.layout.solutionDetailForm')
@if($record->banner != "") {!! $record->sitepage->title !!} @endif
@if($record->sitepage->short_text_4 != "")

{!! $record->sitepage->short_text_4 !!}

{!! $record->sitepage->short_text_5 !!}

@endif
@if($record->sitepage->short_text_6 != "")

{!! $record->sitepage->short_text_6 !!}

{!! $record->sitepage->short_text_7 !!}

yellowarrow
@endif @if(count($record->subSolutionsOne) > 0)
@foreach($record->subSolutionsOne as $pSub)

{!! $pSub->sitepage->title !!}

{!! $pSub->sitepage->short_text !!}

@endforeach
@endif
@if($record->sitepage->short_text_8 != "")

{!! $record->sitepage->short_text_8 !!}

@endif @if($record->sitepage->short_text_9 != "")

{!! $record->sitepage->short_text_9 !!}

@endif
@if(count($customerComments->countsub) > 0)
@php $r = 1 @endphp @foreach($customerComments->countsub as $cComment)
logo yellowarrow

{!! $cComment->sitepage->short_text_3 !!}

{!! $cComment->sitepage->title !!}
@if($cComment->sitepage->short_text_2 != "")

{!! $cComment->sitepage->short_text_2 !!}

@endif
@if($cComment->banner != "")
@else
@endif
@php $r++ @endphp @if($r == 4) @php $r = 1 @endphp @endif @endforeach
@endif
@if(!empty( $record->sitepage->short_text_10))
icon)) style="background: url({{ URL::to('files/'.$record->icon.'') }}); background-position: center bottom;background-size: cover;background-repeat: no-repeat;" @endif >

{!! $record->sitepage->short_text_10 !!}

{!! $record->sitepage->short_text_11 !!}

@endif @if(count($record->subSolutionsTwo) > 0)

{{ $frontsetting->custom28 }}

@foreach($record->subSolutionsTwo as $blockTwo)
@if($blockTwo->image != "") {!! $blockTwo->sitepage->title !!} @else {!! $blockTwo->sitepage->title !!} @endif

{!! $blockTwo->sitepage->title !!}

{!! $blockTwo->sitepage->short_text !!}

@endforeach
@endif @if(count($record->subSolutionsThree) > 0)

{{ $frontsetting->custom30 }}

{{ $frontsetting->custom31 }}

{{ $frontsetting->custom32 }}

@foreach($record->subSolutionsThree as $cThree)
@if($cThree->image != "") {!! $cThree->sitepage->title !!} @else {!! $cThree->sitepage->title !!} @endif
{!! $cThree->sitepage->title !!}

{!! $cThree->sitepage->short_text !!}

@endforeach
@endif @include('site.layout.footerTop') @include('site.layout.blog') @else
@if($record->sitepage->short_text_2 != "")

{!! $record->sitepage->short_text_2 !!}

@endif @if($record->sitepage->short_text_3 != "")

{!! $record->sitepage->short_text_3 !!}

@endif @include('site.layout.solutionDetailForm')
@if($record->sitepage->short_text_4 != "")

{!! $record->sitepage->short_text_4 !!}

@endif
@if($record->sitepage->short_text_5 != "")

{!! $record->sitepage->short_text_5 !!}

@endif
@if(count($record->countsub) > 0)
@php $c = 1 @endphp @foreach($record->countsub as $fSub) @if($c < 5)

{!! $fSub->sitepage->title !!}

@if($fSub->sitepage->short_text != "")
{!! $fSub->sitepage->short_text !!}
@endif @if($fSub->sitepage->text != "")
{!! $fSub->sitepage->text !!}
@endif
@endif @php $c++ @endphp @endforeach
@endif @if(count($record->countsub) > 4)
@php $c = 1 @endphp @foreach($record->countsub as $fSub) @if($c > 4) @if($c == 5)

{{ $fSub->sitepage->title }}

@if($fSub->sitepage->short_text != "")

{!! $fSub->sitepage->short_text !!}

@endif
@if($fSub->image != "") {{ $fSub->sitepage->title }} @else {{ $fSub->sitepage->title }} @endif
@else
@if($fSub->image != "") {{ $fSub->sitepage->title }} @else {{ $fSub->sitepage->title }} @endif

{{ $fSub->sitepage->title }}

@if($fSub->sitepage->short_text != "")

{!! $fSub->sitepage->short_text !!}

@endif
@endif @endif @php $c++ @endphp @if($c == 7) @php $c = 5 @endphp @endif @endforeach
@endif @include('site.layout.footerTop') @endif @section('css') @endsection @section('js') @endsection @endsection