@extends('layouts.admin.layout') @section('content') {{-- Vue modals --}}

{{ $sermon->title }}

@forelse ($sermonlinks as $index => $sermonlink) @empty @endforelse
# Chapter Title Date Video Audio PDF Actions
{{ $sermonlinks->firstItem() + $index }} {{ $sermonlink->title ?: '—' }} {{ $sermonlink->date ? date('d M Y', strtotime($sermonlink->date)) : '—' }} @if ($sermonlink->video_link) Watch @else @endif @if ($sermonlink->audio_link) Listen @else @endif @if ($sermonlink->pdf_link) Download @else @endif Edit Delete
No chapters added yet.
{{ $sermonlinks->links() }} @endsection @push('scripts') @endpush