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

{{ __('Please field out all the fields to apply for :position. Remember when applying for a position here at :hotel you must be fully transparent and honest. If found out the information provided is false or incorrect you might risk losing your position if hired.', ['position' => $position->permission->rank_name, 'hotel' => setting('hotel_name')]) }}