@extends('layouts.app') @section('title', 'Events - ' . ($siteSettings->siteName ?? 'IPC Shalom Chicago')) @section('content') @if(session('success'))
Currently there are no special monthly events on our calendar. However, we have vibrant weekly services and fellowship meetings. Please review our regular schedules on the right.
{{ $sched->meetingTime }}
No Sunday schedules found.
@endforelse{{ $sched->dayName }} | {{ $sched->meetingTime }}
No weekday schedules found.
@endforelse{{ $sched->meetingTime }}
No Saturday schedules found.
@endforelse