@props(['position']) @if (!auth()->user()->staffApplications->firstWhere('rank_id', $position->permission->id)) {{ __('buttons.staff_applications.send') }} @else

{{ __('staff_applications.already_applied') }}

@endif