@extends('layouts.admin.layout') @section('content') @include('partials.message')

Sermon

+ Add Sermon
@forelse ($sermons as $sermon) {{-- Cover thumbnail --}} {{-- Title + description --}} {{-- Author --}} {{-- Chapters count --}} {{-- Likes / Dislikes --}} {{-- Status --}} {{-- Added On --}} {{-- Actions --}} @empty @endforelse
Title Author Chapters Likes / Dislikes Status Added On Actions
{{ $sermon->title }} {{ $sermon->title }}

{{ \Str::limit($sermon->description, 60, '...') }}

{{ $sermon->user->FullName }} {{ count($sermon->sermonlinks) }} {{ $sermon->sermonlikevote }} {{ $sermon->sermonunlikevote }} Published {{ $sermon->created_at->format('d M Y') }} View Edit
@csrf @method('DELETE')
No Records Found
{{ $sermons->links() }} @endsection