@extends('frontend.layouts') @section('content') @foreach ($sliders as $slider) {{ $slider->title }} {{ $slider->author }} {{ $slider->description }} @endforeach Author Md. Atique Ullah Siddique All Books All Books {{-- All Categories --}} @foreach($catagories as $catagory) {{ $catagory->title }} @endforeach {{-- ALL BOOKS TAB (Index page limit 3) --}} @foreach ($populars->take(6) as $popular) {{-- take(3) শুধু All Books tab --}} {{ $popular->title }} {{ $popular->author }} @endforeach {{-- CATEGORY WISE (All books in category) --}} @foreach($catagories as $catagory) {{-- take(3) বাদ দিলাম --}} @forelse($populars->where('category_id', $catagory->id) as $popular) {{ $popular->title }} {{ $popular->author }} @empty No books found in this category @endforelse @endforeach View all books Buy Books @foreach ($catagories as $catagory) {{ $catagory->title }} @endforeach View all books Best Selling Book {{ $bestsellers->author }} {{ $bestsellers->title }} {{ $bestsellers->description }} shop it now {{ $bestsellers->quta_title}} {{ $bestsellers->quta_description}} {{-- {{ $bestsellers->quta_author}} --}} {{ $bestsellers->quta_author }} Children’s Science & Nature @foreach ($features as $featured) {{ $featured->title }} {{ $featured->author ?? 'No Author Found' }} {{-- $ {{ number_format($featured->price, 2) }} --}} @endforeach View all books Children's Early Learning @foreach ($bookOffers as $bookOffer) {{ $bookOffer->title }} {{ $bookOffer->author }} @endforeach View all books Memoirs & Personal Stories @foreach ($memoirsPersonals as $memoirsPersonal) {{ $memoirsPersonal->title }} {{ $memoirsPersonal->author ?? 'No Author Found' }} @endforeach View all books Inspirational Fiction @foreach ($latestArticles as $latestArticle) {{ $latestArticle->title }} {{-- {{ $latestArticle->author ?? 'No Author Found' }} --}} @endforeach Read All Articles @endsection
{{ $slider->description }}
No books found in this category
{{ $bestsellers->description }}
{{ $bestsellers->quta_description}} {{-- {{ $bestsellers->quta_author}} --}} {{ $bestsellers->quta_author }}
{{ $bestsellers->quta_description}}
{{ $featured->author ?? 'No Author Found' }}
{{ $memoirsPersonal->author ?? 'No Author Found' }}
{{ $latestArticle->author ?? 'No Author Found' }}