Hide application if denied

This commit is contained in:
weeb 2025-05-02 00:30:10 +02:00
parent c201747b51
commit 28c30e93bd

View File

@ -35,9 +35,9 @@
</flux:text>
</div>
@if (!$application->registration_token)
@if ($application->status === 0)
<div class="p-5 mb-4 dark:bg-pink-950/50 rounded-lg">
<flux:heading size="xl">Application</flux:heading>
<flux:heading size="xl">Message</flux:heading>
<flux:text class="mt-2">
{{ $application->message }}
</flux:text>