@extends('adminlte::page') @section('title', 'Raspberry Network | Profile') @section('content_header')
Last updated @ {{$application->appointment->updated_at}}
Are you sure you want to deny this application? Please keep in mind that this user will only be allowed to apply 30 days after their first application.
This action cannot be undone.
{{$content['response']}}
Applicant Name: {{$application->user->name}}
@if (Auth::user()->hasRole('hiringManager'))Applicant IP Address: {{$application->user->originalIP}}
@endifApplied On: {{$application->created_at}}
Last acted on:{{$application->updated_at}}
Applying for: {{$vacancy->vacancyName}}
Current Status: @switch($application->applicationStatus) @case('STAGE_SUBMITTED') Outstanding @break @case('STAGE_PEERAPPROVAL') Pending Peer Approval @break @case('STAGE_INTERVIEW') Pending Interview @break @case('STAGE_INTERVIEW_SCHEDULED') Interview Scheduled @break @case('APPROVED') Approved @break @case('DENIED') Denied @break @endswitch
{{$application->appointment->appointmentDescription}}
Interview scheduled for: {{$application->appointment->appointmentDate}}
Status: {{Str::ucfirst(Str::lower($application->appointment->appointmentStatus))}}
Platform: {{Str::ucfirst(Str::lower($application->appointment->appointmentLocation))}}
If you weren't present during this meeting, you can view the shared meeting notepad to help you make a decision.
You may vote on as many applications as needed; However, you can only vote once per application.
Votes carry no weight based on rank. This system has been designed with fairness and ease of use in mind.
There are no comments here! Comments are only visible to staff members. Be the first to share your input!
Commenting may help with decision-making when time comes to vote for an application.
Commenting as {{Auth::user()->name}}
0/600 max characters
{{$comment->user->name}} ● {{Carbon\Carbon::parse($comment->created_at)->diffForHumans()}}