Hide application if denied
This commit is contained in:
parent
c201747b51
commit
28c30e93bd
@ -35,9 +35,9 @@
|
|||||||
</flux:text>
|
</flux:text>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@if (!$application->registration_token)
|
@if ($application->status === 0)
|
||||||
<div class="p-5 mb-4 dark:bg-pink-950/50 rounded-lg">
|
<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">
|
<flux:text class="mt-2">
|
||||||
{{ $application->message }}
|
{{ $application->message }}
|
||||||
</flux:text>
|
</flux:text>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user