@push('title', __('Teams'))

{{ __('Teams') }}

@forelse ($employees as $employee) @php $sectionColor = $employee->staff_color ?? '#eeb425'; $users = $employee->users ?? collect(); $memberCount = $users->count(); $searchText = trim(($employee->rank_name ?? '') . ' ' . ($employee->job_description ?? '')); @endphp

{{ $employee->rank_name }}

@if($employee->job_description)

{{ $employee->job_description }}

@else @endif {{ $memberCount }} {{ \Illuminate\Support\Str::plural(__('member'), $memberCount) }}
@if($memberCount > 0)
@foreach ($users as $staff) @endforeach
@else

{{ __('We currently have no staff in this team') }}

@endif
@empty

{{ __('There are no teams to display right now.') }}

{{ __('Please check back later.') }}

@endforelse

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

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

{{ __('Our teams are groups of dedicated players who work together to make :hotel a better place for everyone.', ['hotel' => setting('hotel_name')]) }}

{{ __('Each team has its own role and responsibilities, from welcoming new players to organizing events and keeping the hotel running smoothly.') }}

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

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

{{ __('Want to get more involved? Team applications open periodically and are announced via news articles on the hotel.') }}

{{ __('Keep an eye out for announcements if you are interested in joining one of our teams!') }}