@extends('layouts.main') @section('title', 'Sermons - Grace Family Church') @section('meta_description', 'Watch sermons and teachings from Grace Family Church. Biblical preaching and worship available on YouTube.') @section('content')

Sermons

Catch up on our latest sermons and teachings. Watch on YouTube for more!

Visit Our YouTube Channel
@if($sermons->count() > 0) @foreach($sermons as $sermon)
{{ $sermon->title }}

{{ $sermon->preacher }} | {{ $sermon->main_reading }}

{{ \Carbon\Carbon::parse($sermon->sermon_date)->format('j F Y') }}

@if($sermon->message)

{{ Str::limit($sermon->message, 150) }}

@if(strlen($sermon->message) > 150)

{{ $sermon->message }}

@endif
@endif
@endforeach @else
Sermons Coming Soon

Our latest messages will be posted here. In the meantime, watch and subscribe on YouTube.

@if(setting('social.youtube')) Visit Our YouTube Channel @endif
@endif
{{ $sermons->links() }}

Looking for More Sermons?

We are showing the 8 most recent sermons (covering approximately the last 2 months). Visit our YouTube channel to explore previous sermons and search for specific topics.

Visit Our YouTube Channel
@endsection @section('javascript') @endsection