BookStack/resources/views/books/show.blade.php
2015-07-12 20:01:42 +01:00

7 lines
126 B
PHP

@extends('base')
@section('content')
<h2>{{$book->name}}</h2>
<p class="text-muted">{{$book->description}}</p>
@stop