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

{{$book->category}}

{{$book->title}}

{{--

{{$book->summary}}

--}} {{--

Author: {{$book->author}} | {{$book->date_of_publication}}

--}}

₦{{$book->physical_price}}

Hard copy


₦{{$book->e_price}}

Read online


@endsection