Save a copy of all images, update navbar, add description
This commit is contained in:
@ -11,8 +11,15 @@
|
||||
</p>
|
||||
@endif
|
||||
|
||||
<h5>Location:</h5>
|
||||
<h5>Location</h5>
|
||||
<p>
|
||||
{{ $book->location->name }}
|
||||
</p>
|
||||
|
||||
@if (!empty($book->description))
|
||||
<h5>Description</h5>
|
||||
<p>
|
||||
{{ $book->description }}
|
||||
</p>
|
||||
@endif
|
||||
@endsection
|
Reference in New Issue
Block a user