@extends('layouts.admin') @section('content')
Manage sermons, events, and keep the church website up to date.
"Whatever you do, work heartily, as for the Lord and not for men, knowing that from the Lord you will receive the inheritance as your reward. You are serving the Lord Christ." - Colossians 3:23-24 (ESV)
Add new sermon videos, edit existing sermons, or remove sermons. Keep the sermon library up to date so visitors can access recent teachings.
Create new events, update event details, manage images, or mark events as completed. Keep the community informed about upcoming gatherings.
| Admin | Action | Description | When |
|---|---|---|---|
| {{ $log->admin?->name ?? 'System' }} | @if($log->action === 'created') {{ $log->action }} @elseif($log->action === 'updated') {{ $log->action }} @elseif($log->action === 'deleted') {{ $log->action }} @else {{ $log->action }} @endif | {{ $log->description }} | {{ $log->created_at->diffForHumans() }} |