@extends('site.layout.master') @section('content') @if($record->id == 207)
@if(Session::has('message'))
{{ Session::get('title') }}
{{ Session::get('message') }}
@endif

{!! $frontsetting->custom66 !!}

{!! $frontsetting->custom67 !!}

@include('site.layout.expertForm')
@elseif($record->id == 208)
@if(Session::has('message'))
{{ Session::get('title') }}
{{ Session::get('message') }}
@endif

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

{!! $record->sitepage->text !!}
@if($record->image != "")
{!! $record->sitepage->short_text !!}
@endif

{!! $frontsetting->custom83 !!}

@include('site.layout.expertForm')
@else

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

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

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

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

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

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

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

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

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

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

{!! $record->sitepage->text !!}
@endif

{!! $frontsetting->custom33 !!}

{!! $frontsetting->custom34 !!}

@section('css') @endsection @section('js') @endsection @endsection