@push('title', __('Staff'))
{{ __('You are applying for :position', ['position' => $position->team->rank_name]) }} {{ __('Please fill out the fields below to apply for :position', ['position' => $position->team->rank_name]) }}
@csrf
{{ __('Username') }}
{{ __('About you') }} @error('content')
{{ $message }}
@enderror
@if (setting('google_recaptcha_enabled'))
@endif @if (setting('cloudflare_turnstile_enabled')) @endif {{ __('Apply for :position', ['position' => $position->team->rank_name]) }}
{{ __('Applying for :position', ['position' => $position->team->rank_name]) }} {{ __('Read before applying') }}

{{ __('Please fill out all the fields to apply for :position. Be honest and transparent. Providing incorrect information may lead to removal if hired.', ['position' => $position->team->rank_name]) }}