@extends('master') @section('head') {{$node->meta_title}} | {{config('app.name')}} @endsection @section('content')
@if(request()->path()=='verhuur-je-camper' || request()->path()=='hoe-werkt-het-verhuren-van-een-camper' || request()->path()=='faq-campereigenaren') @endif @if(isset($node->fields->header_image) && $node->fields->header_image[0]['url'] != '')
{{ $node->title }}
@endif

{{ $node->title }}


{!! $node->body !!} @if(request()->path()=='camper-totaalontzorging' || request()->path()=='contact') @endif
@endsection