@extends('layouts.frontend') @section('title', 'Service Times') @section('content')
Join Us

Our Services

We'd love to worship with you! Come as you are and experience the warmth of our community.

Weekly Schedule

Service Times

@forelse($services as $index => $service)
@if($index === 0) @elseif($index === 1) @elseif($index === 2) @elseif($index === 3) @elseif($index === 4) @else @endif
@if($service->start_time)
{{ \Carbon\Carbon::parse($service->start_time)->format('l') }}
@endif

{{ $service->name }}

{{ $service->start_time ? \Carbon\Carbon::parse($service->start_time)->format('h:i A') : 'TBD' }} @if($service->end_time) - {{ \Carbon\Carbon::parse($service->end_time)->format('h:i A') }} @endif

{{ $service->description ?? 'Join us for this wonderful service.' }}

@if($service->location)
{{ $service->location }}
@endif
@empty

Service times coming soon. Please check back later.

@endforelse

What to Expect

A typical Sunday service lasts about 2 hours

Worship

30 minutes of uplifting contemporary and traditional music

Prayer

A time of corporate prayer and personal reflection

Scripture

Reading of God's Word

Message

45-minute biblical sermon

First Time Visitor?

We're so glad you're considering joining us! When you arrive, our friendly greeters will welcome you and help you find your way. Feel free to grab a coffee and introduce yourself - we'd love to meet you!

@endsection