@extends('layouts/full') @section('title') Neem contact op @endsection @section('page_class')news_post post_container @endsection @section('breadcrumb') @endsection @section('content')

{!!$page->content!!}

Contact | Tip de redactie

@if(session('success'))
{{ session('success') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{ csrf_field() }}
{!! FriendlyCaptcha::renderWidget() !!}
@endsection @push('scripts') {!! FriendlyCaptcha::renderWidgetScripts() !!} @endpush