Files
Archive/retro/atomcms/resources/themes/base/views/components/ticket/content.blade.php

7 lines
196 B
PHP
Raw Normal View History

2025-12-09 06:52:43 +00:00
@props(['ticket'])
<article class="p-3 prose-sm prose dark:prose-invert">
<h1>{{ $ticket->title }}</h1>
<h3>{{ $ticket->category->name }}</h3>
<p>{{ $ticket->content }}</p>
</article>