@push('title', __('Staff'))
@foreach ($employees as $employee) {{ $employee->rank_name }} @if (count($employee->users) > 0)
@foreach ($employee->users as $staff) @endforeach
@else
{{ __('We currently have no staff in this position') }}
@endif @endforeach
{{ __(':hotel staff', ['hotel' => setting('hotel_name')]) }} {{ __('About the :hotel staff', ['hotel' => setting('hotel_name')]) }}

{{ __('The :hotel staff team is one big happy family, each staff member has a different role and duties to fulfill.', ['hotel' => setting('hotel_name')]) }}

{{ __('Most of our team usually consists of players that have been around :hotel for quite a while, but this does not mean we only recruit old & known players, we recruit those who shine out to us!', ['hotel' => setting('hotel_name')]) }}

{{ __('Apply for staff') }} {{ __('How to join the staff team', ['hotel' => setting('hotel_name')]) }}

{{ __('Every now and then staff applications may open up. Once they do we always make sure to post a news article explaining the process - So make sure you keep an eye out for those in you are interested in joining the :hotel staff team.', ['hotel' => setting('hotel_name')]) }}

{!! __( 'You can occasionally also look at the :startTag Staff application page :endTag which will show you all of our current open positions.', ['startTag' => '', 'endTag' => ''], ) !!}