@extends('layouts.app') @section('content')

Contact Us

PDP Foundation
4 Queensbury,
Cnr Rosemead & Glen Crescent,
Oranjezicht,
Cape Town,
Western Cape
8001


Send us a Message:

@if (session('status'))
{!! session('status') !!}
@endif @csrf
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('surname')) {{ $errors->first('surname') }} @endif
@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('message')) {{ $errors->first('message') }} @endif
{!! captcha_img() !!}
@if ($errors->has('captcha')) {{ $errors->first('captcha') }} @endif

Recent News
@include('feed.news')
@endsection @section('javascript') @endsection