@extends('layouts.staff') @section('content')

Deny Application for {{ $application->user->preferred_name }}

Can this person reapply?: Is this applicant allowed to reapply. Default is Yes.

Reapply Date: Date the applicant can reapply. Default is {{ get_setting('days_until_reapply') }} days.

Reason: This should be respectful and should include as much information as possible. "Lack of effort" is not a good reason. Say "Application showed little effort on the why would you like to join and roleplay experience questions." Do not include how long till they can reapply here.


@csrf @method('PUT')
Cancel
@endsection