{{ __('elibrary.Ebook List') }}

@if (isset($ebooks)) @forelse ($ebooks as $key => $ebook) @empty @endforelse @endif
{{ __('common.SL') }} {{ __('common.Name') }} {{ __('cpd.Created Date') }} {{ __('elibrary.Author Name') }} {{ __('elibrary.Publisher Name') }} {{ __('common.Action') }}
{{ $key + 1 }} {{ $ebook->name }} {{ showDate($ebook->created_at) }} {{ $ebook->author_name }} {{ $ebook->publisher_name }} @if($ebook->file) {{ __('elibrary.Book View') }} @endif
{{__('common.No data available in the table')}}