@extends('base') @section('content')
{{$book->description}}
{{$childElement->getExcerpt()}}
@if(is_a($childElement, 'Oxbow\Chapter') && count($childElement->pages) > 0)
Created {{$book->created_at->diffForHumans()}} @if($book->createdBy) by {{$book->createdBy->name}} @endif
Last Updated {{$book->updated_at->diffForHumans()}} @if($book->createdBy) by {{$book->updatedBy->name}} @endif