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