@extends('adminlte::page') @section('title', 'Raspberry Network | Applications') @section('content_header')
Pending Interviews
Finished Interviews
| # | Interviewee | Status | Actions |
|---|---|---|---|
| {{$application->id}} | {{$application->user->name}} | {{($application->applicationStatus == 'STAGE_INTERVIEW') ? 'Pending Interview' : 'Unknown Status'}} |
There are no applications that have been moved up to the Interview stage. Please check the outstanding queue.
| # | Interviewee | Status | Time & Date | Location | Actions | |||
|---|---|---|---|---|---|---|---|---|
| {{$upcomingApp->id}} | {{$upcomingApp->user->name}} | @if (is_null($upcomingApp->appointment))Pending Schedule | None yet | Pending Schedule | @else{{ucfirst(strtolower($upcomingApp->appointment->appointmentStatus))}} | {{$upcomingApp->appointment->appointmentDate}} | {{ucfirst(strtolower($upcomingApp->appointment->appointmentLocation))}} | @endif
There are no upcoming interviews
Please check other queues down in the application process. Applicants here may have already been interviewed.