@extends('adminlte::page') @section('title', 'Raspberry Network | Profile') @section('content_header')
This action is IRREVERSBILE.
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 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.