{{-- Col 1: Brand --}}
@if(!empty($_churchdetail['church_logo'])) {{ $_church->name ?? config('app.name') }} @endif

{{ $_church->name ?? config('app.name') }}

@if(!empty($_churchdetail['short_summary']))

{{ $_churchdetail['short_summary'] }}

@else

A loving community of faith, rooted in the gospel of Jesus Christ.

@endif {{-- Social links --}}
@if(!empty($_churchdetail['facebook'])) @endif @if(!empty($_churchdetail['twitter'])) @endif @if(!empty($_churchdetail['instagram'])) @endif
{{-- Col 2: Explore --}}

Explore

  • Home
  • About Us
  • Blog & News
  • Gallery
  • Bulletins
  • FAQ
{{-- Col 3: Ministries & Resources --}}

Ministries

  • Sermons
  • Events
  • Prayer Requests
  • Help Requests
  • Contact Us
{{-- Col 4: Contact Info --}}

Get in Touch

    @if(!empty($_churchdetail['address']))
  • {{ $_churchdetail['address'] }}
  • @endif @if(!empty($_churchdetail['phone']))
  • {{ $_churchdetail['phone'] }}
  • @endif @if(!empty($_churchdetail['email']))
  • {{ $_churchdetail['email'] }}
  • @endif
  • Send a Message
{{-- Bottom bar --}}

© {{ date('Y') }} {{ $_church->name ?? config('app.name') }}. All rights reserved.

@auth @php $isFooterGuest = optional(auth()->user()->userprofile)->membership_type === 'guest'; @endphp
@csrf
@else Staff Login @endauth Privacy