@extends('adminlte::page') @section('title', config('app.name') . ' | ' . __('All Applications')) @section('content_header')
{!! __('This action is :consequence.', ['consequence' => '' . __('IRREVERSIBLE.') .'']) !!}
{{__('Comments, appointments and any votes attached to this application WILL be deleted too. Please make sure this application really needs to be deleted.')}}
{{__('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 Review')}} @break @case('STAGE_INTERVIEW') {{__('Interview')}} @break @case('STAGE_INTERVIEW_SCHEDULED') {{__('Interview Scheduled')}} @break @case('APPROVED') {{__('Approved')}} @break @case('DENIED') {{__('Denied')}} @break; @default {{__('Denied')}} @endswitch | {{ $application->created_at }} |
{{__("We couldn't find any applications. Maybe no one has applied yet? Please try again later.")}}