@extends('frontLayout.master') @section('content')

{{ __('ebook.heading') }}

{{ __('ebook.subheading') }}

@foreach ($ebookCategory as $category) @if ($category->ebook->count() > 0)

{{ app()->getLocale() == 'hi' ? $category->title_hi : $category->title_en }}

{{ __('ebook.view_all') }}
@endif @endforeach @endsection