Save a copy of all images, update navbar, add description

This commit is contained in:
Tyler
2020-12-27 04:37:21 -05:00
parent 58e27a38ad
commit 1bd5aaaabd
3 changed files with 32 additions and 14 deletions

View File

@ -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