E-Books

@if (Auth::check()) @if (Auth::user()->plan_id === null)

No Active Plan

You currently don't have any plan. Please upgrade your plan to access platform features.

Upgrade Plan
@elseif (Auth::user()->plan_id == 1)

Free Plan Limitation

You are currently on a free plan, which does not include access to e-books. To access our e-book library, please upgrade your plan.

Upgrade Plan
@else
@forelse ($filteredEbooks as $ebook) @empty @endforelse
Title Description View PDF
{{ $ebook->title }} {{ $ebook->description ? Str::limit($ebook->description, 50) : 'N/A' }} View
No e-books found for the selected language.
@endif @endif