@include('header')

Authorized Training Partner

Find Authorized Training Partner Near You

Find the authorize training partner in your location

Faster Connections, Enhance Visibility, and Elevate Your Training Organization through the BDI® Authorized Training Partner (ATP) Program

@csrf


- Only authorized training partners are displayed in the search results

@if ($results->isEmpty())

No results found.

@else

{{ $results->count() }} results found

    @foreach ($results as $entry)
  • {{ $entry->organization_name }}

    {{ $entry->street_address }}, {{ $entry->city }}, {{ $entry->state }}, {{ $entry->country }}
    Postal Code: {{ $entry->postal_code }}
    contact: {{ $entry->previous_provider_number }}
  • @endforeach
@endif
@include('footer')