Files
Archive/retro/atomcms/resources/themes/base/views/articles/show.blade.php

16 lines
309 B
PHP
Raw Normal View History

2025-12-09 06:52:43 +00:00
<x-app-layout>
@push('title', $article->title)
<x-article.hero :article="$article" />
<x-article.content :article="$article" />
<x-article.author :article="$article" />
{{-- @todo - Reactions --}}
{{-- @todo - Comment Composer --}}
{{-- @todo - Comments --}}
</x-app-layout>