@extends('admin.layouts.app') @section('content')

E-Books

Add E-Book
@if (session('success')) @endif @if ($errors->any()) @endif
@forelse ($ebooks as $ebook) @empty @endforelse
Title Language File Description Actions
{{ $ebook->title }} {{ $ebook->language }} @if ($ebook->file_path) View E-Book @else N/A @endif {{ $ebook->description ? Str::limit($ebook->description, 50) : 'N/A' }}
No e-books found.
{{ $ebooks->links() }}
@endsection