]> BookStack Code Mirror - bookstack/blob - resources/views/books/show.blade.php
Initial commit
[bookstack] / resources / views / books / show.blade.php
1 @extends('base')
2
3 @section('content')
4
5     <h2>{{$book->name}}</h2>
6     <p class="text-muted">{{$book->description}}</p>
7 @stop