@extends('frontend.layouts') @section('content')
@foreach ($sliders as $slider)
@endforeach

Buy Books

@foreach ($catagories as $catagory) @endforeach

Best Selling Book

{{ $bestsellers->author }}

{{ $bestsellers->title }}

{{ $bestsellers->description }}

{{ $bestsellers->quta_title}}

{{ $bestsellers->quta_description}} {{--
{{ $bestsellers->quta_author}}
--}}

{{ $bestsellers->quta_author }}

Children's Early Learning

@foreach ($bookOffers as $bookOffer)
{{ $bookOffer->alt_text ?? '' }}

{{ $bookOffer->title }}

{{ $bookOffer->author }}
@endforeach
@endsection