Doctors, hospitals, pharmacies and specialists
| Practice # | Name | Type | City | Network | @feature('provider_tiering')Tier | @endfeatureStatus | Actions |
|---|---|---|---|---|---|---|---|
| {{ $provider->practice_number }} | {{ $provider->name }} | {{ str_replace('_', ' ', $provider->provider_type) }} | {{ $provider->city ?? 'N/A' }} | {{ ucfirst(str_replace('_', ' ', $provider->network_status)) }} | @feature('provider_tiering')@php $tierClass = match($provider->network_tier ?? 'standard') { 'preferred' => 'bg-emerald-100 text-emerald-800', 'standard' => 'bg-blue-100 text-blue-800', 'out_of_network' => 'bg-orange-100 text-orange-800', default => 'bg-gray-100 text-gray-800', }; @endphp {{ ucfirst(str_replace('_', ' ', $provider->network_tier ?? 'standard')) }} | @endfeature{{ ucfirst($provider->status) }} | View |
| No providers found. | |||||||