📚 eBooks Management

➕ Add eBook
@if(session('success'))
{{ session('success') }}
@endif
@forelse($ebooks as $index => $ebook) @empty @endforelse
# Poster Title Slug Description Created Actions
{{ $index + 1 }} {{ $ebook->title }} {{ $ebook->slug }} {{ \Illuminate\Support\Str::limit($ebook->description, 40) }} {{ $ebook->created_at->format('d M Y') }} ✏ Edit
@csrf @method('DELETE')
No eBooks found