@extends('layouts.app') @section('title', $siteSettings->siteName ?? 'IPC Shalom Chicago - Home') @section('content') @if(session('success'))
@endif

Want to become a part of {{ $siteSettings->siteName ?? 'IPC Shalom Chicago' }}?

Worship

Experiencing God's presence through praise, prayer, and devotion in our regular services.

Bible Study

Deepening our understanding of God's Word through systematic study and fellowship.

Evangelize

Sharing the Good News of salvation in Jesus Christ with our communities and the world.

“Ascribe to the Lord the glory due his name; bring an offering and come before him. Worship the Lord in the splendor of his holiness”

1 Chronicles 16:29

Join Us in Worship

@csrf

Through the Lens

Images that speak about the various activities in the church

@foreach($lensPhotos as $photo)
@endforeach @if($lensPhotos->isEmpty())
@endif

Upcoming Events


@if(isset($sundaySchedules) && $sundaySchedules->count() > 0) @foreach($sundaySchedules as $sched)
SUNWeekly

{{ $sched->meetingName }}

@ {{ $sched->meetingTime }}

@endforeach @else
12March

Sunday School Anniversary

@ Church Hall starting at 9.30 am

@endif More Schedules...

Latest Articles


@foreach($latestArticles as $art)

{{ $art->articleTitle }}

Church Bulletin

{{ Str::limit(strip_tags($art->articleContent), 100) }}

@endforeach @if($latestArticles->isEmpty())

Church & The New Generation

Richard Mathews

Living out Biblical values in a rapidly changing modern culture.

@endif More Articles...

Latest Videos...


More Videos...

“Ascribe to the Lord the glory due his name; bring an offering and come before him. Worship the Lord in the splendor of his holiness”

1 Chronicles 16:29

@endsection @section('scripts') @endsection