@extends('theme::layout') @section('title', 'Sermons') @section('content') @include('theme::_hero_banner', [ 'heroTitle' => 'Sermons', 'heroSubtitle' => 'Messages and teachings from our pastors and preachers', 'breadcrumbs' => [ ['label' => 'Home', 'url' => route('web.home')], ['label' => 'Sermons'], ], ])
{{ $sermon->created_at->format('d M Y') }}
No sermons available.
@endforelse