@use('Modules\Taxido\Models\ServiceCategory') @php $serviceCategories = ServiceCategory::where('status', true)?->get(['id', 'name']); @endphp