Application Management

@forelse ($applications as $app) @empty @endforelse
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() }} View @if ($app->status === 0) Approve Reject @endif
No applications found.
{{ $applications->links() }}