diff --git a/resources/views/books/show.blade.php b/resources/views/books/show.blade.php index ddbe7a0a4..d5832b708 100644 --- a/resources/views/books/show.blade.php +++ b/resources/views/books/show.blade.php @@ -56,7 +56,7 @@
{{$book->description}}
+{!! nl2br($book->description) !!}
{{ $chapter->description }}
+{!! nl2br($chapter->description) !!}
@if(count($pages) > 0)