Hide application if denied
This commit is contained in:
parent
c201747b51
commit
28c30e93bd
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user