show.blade.php 126 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 @extends('base') @section('content') <h2>{{$book->name}}</h2> <p class="text-muted">{{$book->description}}</p> @stop