@extends('layouts.admin.layout') @section('content') @include('partials.message')
| Title | Author | Chapters | Likes / Dislikes | Status | Added On | Actions | |
|---|---|---|---|---|---|---|---|
|
|
{{-- Title + description --}}
{{ $sermon->title }}
{{ \Str::limit($sermon->description, 60, '...') }} |
{{-- Author --}}
{{ $sermon->user->FullName }} | {{-- Chapters count --}}{{ count($sermon->sermonlinks) }} | {{-- Likes / Dislikes --}}
|
{{-- Status --}}
Published | {{-- Added On --}}{{ $sermon->created_at->format('d M Y') }} | {{-- Actions --}}View Edit |
| No Records Found | |||||||