Skip to content

Commit

Permalink
Use @content for 404 content (#733)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jade-GG authored Feb 14, 2025
1 parent 51dd743 commit d4ab1f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/errors/404.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<div class="container">
<h1 class="mb-5 text-4xl font-bold">{{ $page->content_heading }}</h1>
<div class="prose prose-green mb-5">
{!! $page->content !!}
@content($page->content)
</div>
</div>
@endsection

0 comments on commit d4ab1f6

Please sign in to comment.