kenken999's picture
test
cf75111
raw
history blame
215 Bytes
<h1>{{ $book->title }} ({{ $book->author }})</h1>
<p>Published at: {{ $book->published_at }}</p>
<a href="{{ route('books.edit', $book->id) }}">Edit</a>
<a href="{{ route('books.destroy', $book->id) }}">Delete</a>