@extends('adminlte::page') @section('title', config('app.name') . ' | ' . __('Viewing application')) @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.')}}
{{ __('Caution') }}
{{__('Are you sure you want to cancel this appointment? The user will be notified of this via email, and you will be able to reschedule.')}}
{{ __('Before you can cancel this appointment, you\'ll need to provide a reason in writing. ') }}
{!! GrahamCampbell\Markdown\Facades\Markdown::convertToHtml($content['response']) !!}
{{__('Applicant Name')}} {{$application->user->name}}
@if (Auth::user()->hasRole('hiringManager')){{__('Applicant IP Address')}} {{ (!$shouldCollect) ? __('0.0.0.0 (censored)') : $application->user->originalIP }}
@endif{{__('Application Date')}} {{$application->created_at}}
{{__('Last updated')}}{{$application->updated_at}}
{{__('Applying for')}} {{$vacancy->vacancyName}}
{{__('Current Status')}} @switch($application->applicationStatus) @case('STAGE_SUBMITTED') {{__('Outstanding')}} @break @case('STAGE_PEERAPPROVAL') {{__('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 :usernameValue', ['usernameValue' => Auth::user()->name ])}}
0/600 {{__(' max characters')}}
{{$comment->user->name}} ● {{Carbon\Carbon::parse($comment->created_at)->diffForHumans()}}