@extends('layouts.staff')
@section('content')
View Application for {{ $application->user->preferred_name }}
Discord Username
{{ $application->user->discord_username }}
{{ $application->department->name }}
{{ $application->why_join_department }}
{{ $application->experience_department }}
{{ $application->department_duties }}
{{ $application->scenario }}
{{ $application->about_you }}
{{ $application->skills }}
@if ($application->legal_copy) Yes @else No @endif
@if ($application->previous_member) Yes @else No @endif
{{ $application->why_join_community }}
Please review below to see why this application was flagged.
Approve Application Deny Application @break @defaultYou have no options here.
@endswitch @endcan @cannot('application_action')You do not have permission to action applications.
@endcannotActioned by: {{ $history->user->preferred_name }} at {{ $history->created_at->format('m/d/Y H:i:s') }}
{{ $history->description }}