Files

7 lines
142 B
PHP
Raw Permalink Normal View History

2025-12-09 06:52:43 +00:00
@props(['article'])
<article class="prose dark:prose-invert">
<h1>{{ $article->title }}</h1>
{!! $article->full_story !!}
</article>