@push('title', __('Staff'))
@foreach ($employees as $employee) @php $sectionColor = $employee->staff_color ?? '#eeb425'; @endphp
@if($employee->badge)
{{ $employee->rank_name }}
@endif

{{ $employee->rank_name }}

@if($employee->job_description)

{{ $employee->job_description }}

@endif
{{ count($employee->users) }} {{ count($employee->users) == 1 ? __('member') : __('members') }} >>
@if(count($employee->users) > 0)
@foreach ($employee->users as $staff) @endforeach
@else

{{ __('No staff members in this position') }}

{{ __('Check back later for updates') }}

@endif
@endforeach

{{ setting('hotel_name') }} {{ __('Staff') }}

>>

{{ __('About our team') }}

{{ __('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')]) }}

{{ __('Join the Team') }}

>>

{{ __('Become a staff member') }}

{{ __('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')]) }}

{{ __('View Open Positions') }} >>