diff --git a/resources/views/livewire/application-list.blade.php b/resources/views/livewire/application-list.blade.php index b5921f3..858c72b 100644 --- a/resources/views/livewire/application-list.blade.php +++ b/resources/views/livewire/application-list.blade.php @@ -1,5 +1,5 @@
UUID | -Status | -Uploads | -Submitted | -Actions | -
---|
{{ $app->uuid }} | -- @if ($app->status === 0) - Pending - @elseif ($app->status === 1) - Approved - @elseif ($app->status === 2) - Denied - @endif - | -{{ $app->uploads->count() }} | -{{ $app->created_at->diffForHumans() }} | -
- |
+
+ Status | +Uploads | +Submitted | +Actions |
---|---|---|---|---|---|---|---|---|
No applications found. | -