@extends('base') @section('content')
{{ $chapter->description }}
@if(count($chapter->pages) > 0)No pages are currently in this chapter.
Create a new page -or- Sort the current book
Created {{$chapter->created_at->diffForHumans()}} @if($chapter->createdBy) by {{$chapter->createdBy->name}} @endif
Last Updated {{$chapter->updated_at->diffForHumans()}} @if($chapter->createdBy) by {{$chapter->updatedBy->name}} @endif