'datetime', 'fecha_fin_vigencia' => 'datetime', ]; public static function selectList() { return self::selectRaw('c_moneda, CONCAT_WS(" ", c_moneda, "-", descripcion) as text') ->pluck('text', 'c_moneda'); } }