Skip to content

Commit 0ee04d4

Browse files
committed
wip
1 parent 6583657 commit 0ee04d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
```html
2-
<!-- x-post.view.php-->
2+
<!-- x-book.view.php-->
33

44
<article>
5-
<h1>{{ $post->title }}</h1>
5+
<h1>{{ $book->title }}</h1>
66

7-
{!! $post->body !!}
7+
{!! $book->body !!}
88
</article>
99
```

0 commit comments

Comments
 (0)