{{ __('Find Professional Golfers') }}

Connect with expert golf instructors and professionals

Filter Results

@include('golfers.partials.search-filters', ['allTags' => $allTags])

Total Professionals

{{ $golfers->total() }}

{{-- --}}
@forelse($golfers as $golfer) @include('golfers.partials.golfer-card', ['golfer' => $golfer, 'viewMode' => 'grid']) @empty

No golfers found matching your criteria

Clear filters
@endforelse
@forelse($golfers as $golfer) @include('golfers.partials.golfer-card', ['golfer' => $golfer, 'viewMode' => 'list']) @empty

No golfers found matching your criteria

Clear filters
@endforelse
@if($golfers->hasPages())
{{ $golfers->links() }}
@endif
@push('scripts') @endpush