@extends('frontend.layouts') @section('content')

Children's Early Learning

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

{{ $bookOffer->title }}

{{ $bookOffer->author }}
@endforeach
{{ $bookOffers->appends(request()->query())->links() }}
@endsection