{{$data->title}}

{!!$data->text!!}

@foreach($data->Childrens as $servicepost) @if($loop->index==0)
{{$servicepost->title}}

{!!$servicepost->text!!}

@else

{{$servicepost->title}}

{!!$servicepost->text!!}

@if($servicepost->image_thumb)
img
@endif @endif @endforeach