@extends('adminlte::page') @section('title', 'Raspberry Network | Profile') @section('content_header')
Here, you have quick and easy access to all applications ever received by the system.
# | Applicant | Status | Date | Actions |
---|---|---|---|---|
{{ $application->id }} | {{ $application->user->name }} | @switch($application->applicationStatus) @case('STAGE_SUBMITTED') Outstanding (Submitted) @break @case('STAGE_PEERAPPROVAL') Peer Approval @break @case('STAGE_INTERVIEW') Interview @break @case('STAGE_INTERVIEW_SCHEDULED') Interview Scheduled @break @case('APPROVED') Approved @break @case('DENIED') Denied @break; @default Unknown @endswitch | {{ $application->created_at }} |
We couldn't find any applications. Maybe no one has applied yet? Please try again later.