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