@extends('layouts.main') @section('title', 'Connect With Us - Grace Family Church') @section('meta_description', 'Get in touch with Grace Family Church. Contact us for prayer, questions, or visit us in Plumstead, Cape Town.') @section('content')

Get in Touch

We'd love to hear from you. Reach out for prayer, questions, or more information.

Contact Details

@php $cPhone = setting('contact.phone', '+27 82 934 0021'); $cWhats = setting('contact.whatsapp'); $cEmail = setting('contact.email'); $cAddress = setting('contact.address', '7 Burnham Rd, Plumstead, Cape Town, 7801'); $officeHours = \App\Http\Controllers\SiteSettingController::officeHours(); $today = now()->format('l'); $isOpenDay = collect($officeHours)->contains(fn($r) => !$r['closed']); @endphp
@if($cPhone) 📞 Call Us {{ $cPhone }} @endif @if($cWhats) 💬 WhatsApp Chat with us @endif @if($cEmail) ✉️ Email {{ $cEmail }} @endif @if($cAddress) 📍 Visit Us {{ $cAddress }} @endif
@if($isOpenDay)
Office Hours
    @foreach($officeHours as $row)
  • {{ $row['day'] }} @if($row['day'] === $today)Today@endif @if($row['closed'] || (!$row['open'] && !$row['close'])) Closed @else {{ $row['open'] }} – {{ $row['close'] }} @endif
  • @endforeach
@endif
Find Us On
@if(setting('social.youtube')) @endif @if(setting('social.facebook')) @endif @if(setting('social.instagram')) @endif @if(setting('social.tiktok')) @endif

Send Us a Message

@include('partials.alerts')
@csrf
@error('name')
{{ $message }}
@enderror
@error('phone')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
@error('message')
{{ $message }}
@enderror

Need Prayer?

We believe in the power of prayer. Share your prayer request and our church family will lift you up.

Submit a Prayer Request

Find Us Here

@endsection