@push('title', __('Staff'))
@forelse($positions as $position) {{ $position->permission->rank_name }} {{ $position->permission->job_description }}
{!! $position->description !!}
@if (auth()->user()->hasAppliedForPosition($position->permission->id)) {{ __('You have already applied for :position', ['position' => $position->permission->rank_name]) }} @else {{ __('Apply for :position', ['position' => $position->permission->rank_name]) }} @endif
@empty {{ __('No positions open') }} {{ __('There is currently no positions open') }}

{{ __('Please come back at a later time to check if we have any positions open by then! Thank you for your interest.', ['hotel' => setting('hotel_name')]) }}

@endforelse
{{ __('Apply for :hotel staff', ['hotel' => setting('hotel_name')]) }} {{ __('Select position to get started', ['hotel' => setting('hotel_name')]) }}

{{ __('Here at :hotel we open up for staff applications every now and then. Sometimes you will find this page empty other times it might be filled with positions, if you ever come across a position you feel you would fit perfectly into, then do not hesitate to apply for it.', ['hotel' => setting('hotel_name')]) }}