@extends('base') @section('content')

{{$book->name}}

{{$book->description}}

@stop