@php $providerTypes = \App\Models\ProviderType::where('active', true)->pluck('name', 'id')->toArray(); @endphp