Application Management

@if ($error) Something went wrong. Most likely your synapse access token is invalid or expired! @endif
@forelse ($applications as $app) @empty @endforelse
Status Uploads Submitted Actions
@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() }}